Skip to content

Commit 389d4a4

Browse files
committed
Remove Home link from main menu
1 parent c0604de commit 389d4a4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

resources/views/components/navigation-bar.blade.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,6 @@ class="-mt-px size-3.5"
8585
class="hidden items-center gap-2.5 text-sm lg:flex"
8686
aria-label="Primary navigation"
8787
>
88-
{{-- Link --}}
89-
<a
90-
href="/"
91-
@class([
92-
'transition duration-200',
93-
'font-medium' => request()->routeIs('welcome*'),
94-
'opacity-60 hover:opacity-100' => ! request()->routeIs('welcome*'),
95-
])
96-
aria-current="{{ request()->routeIs('welcome*') ? 'page' : 'false' }}"
97-
>
98-
Home
99-
</a>
100-
101-
{{-- Decorative circle --}}
102-
<div
103-
class="size-[3px] rotate-45 rounded-xs bg-gray-400 transition duration-200 dark:opacity-60"
104-
aria-hidden="true"
105-
></div>
106-
10788
{{-- Link --}}
10889
<a
10990
href="{{ route('blog') }}"

0 commit comments

Comments
 (0)