New logo
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user