This commit is contained in:
2023-11-28 05:15:42 +08:00
parent efdfccbb5b
commit c31f6a860a
48 changed files with 475 additions and 26294 deletions

View File

@@ -2,8 +2,10 @@
<header class="d-flex flex-wrap align-items-center justify-content-center py-2">
<div class="col-auto">
<a href="{{ route('front.home') }}" class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center gap-2">
<img class="align-self-center" style="height:50px; width:auto;" src="{{ asset('ai-buddy-tool-logo-512x512.svg') }}" alt="AIBuddyTool.com Logo">
<a href="{{ route('front.home') }}"
class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center gap-2">
<img class="align-self-center" style="height:50px; width:auto;"
src="{{ asset('ai-buddy-tool-logo-512x512.svg') }}" alt="AIBuddyTool.com Logo">
<p class="align-self-center display-6 mb-0 font-family-zilla-slab fw-bold">
{{ config('app.name') }}
</p>