New logo
This commit is contained in:
@@ -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