resources/views/partials/navigation.blade.php: show logo
This commit is contained in:
parent
b703ceb0c9
commit
56dda59c61
1 changed files with 5 additions and 3 deletions
|
|
@ -4,9 +4,11 @@
|
|||
<div class="max-w-7xl px-4 mx-auto h-16 flex justify-between">
|
||||
<ul class="flex items-center space-x-2">
|
||||
<!-- Logo -->
|
||||
<!-- <li aria-label="Home" role="img" class="cursor-pointer">
|
||||
<x-icon name="clock" class="text-indigo-400 w-12"/>
|
||||
</li> -->
|
||||
<li aria-label="Home" role="img" class="cursor-pointer">
|
||||
<a href="{{ route('home') }}">
|
||||
<img class="object-fill h-14" src="{{ url('images/logo.png') }}" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<x-nav-link href="{{ route('home') }}">{{ __('Roster') }}</x-nav-link>
|
||||
<x-nav-link href="{{ route('recipe.index') }}">{{ __('Recipes') }}</x-nav-link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue