This commit is contained in:
2023-12-03 17:09:37 +08:00
parent 27e7c153de
commit fd3a32f1ca
142 changed files with 44 additions and 20 deletions

View File

@@ -14,6 +14,9 @@
@include('feed::links')
<link rel="icon" href="{{ asset('pwa/transparent-144.png') }}" type="image/png">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('pwa/180.png') }}">
@vite(['resources/sass/app-front.scss', 'resources/js/app-front.js'])
@laravelPWA
@include('googletagmanager::head')

View File

@@ -21,8 +21,13 @@
</button>
<div class="w-full py-2 py-md-0 text-center text-md-start d-flex justify-content-between">
<a class="blog-header-logo text-decoration-none text-white" href="{{ route('front.home') }}">
<div class="fw-bolder fs-3 font-family-roboto-condensed text-uppercase">FutureWalker</div>
<a class="d-flex g-1 blog-header-logo text-decoration-none text-white"
href="{{ route('front.home') }}">
<img class="align-self-center" width="35" height="35"
src="{{ asset('futurewalker-logo-transparent-bg-white-1024x1024.svg') }}"
alt="FutureWalker Logo">
<div class="align-self-center fw-bolder fs-3 font-family-roboto-condensed text-uppercase">
FutureWalker</div>
</a>
</div>