Skip to content

Commit 38258f8

Browse files
committed
Remove menu item
1 parent fa2d42e commit 38258f8

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

resources/views/components/navbar/mobile-menu.blade.php

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -110,33 +110,6 @@ class="h-0.5 w-full rounded-full bg-current opacity-5"
110110
role="presentation"
111111
></div>
112112

113-
{{-- Mobile Link --}}
114-
<div class="w-full">
115-
<a
116-
href="{{ route('pricing') }}"
117-
@class([
118-
'flex items-center justify-between py-3 transition duration-200',
119-
'font-medium' => $isPricingActive,
120-
'opacity-50 hover:translate-x-1 hover:opacity-100' => ! $isPricingActive,
121-
])
122-
aria-current="{{ $isPricingActive ? 'page' : 'false' }}"
123-
>
124-
<div>Mobile pricing</div>
125-
@if ($isPricingActive)
126-
<x-icons.right-arrow
127-
class="size-4 shrink-0"
128-
aria-hidden="true"
129-
focusable="false"
130-
/>
131-
@endif
132-
</a>
133-
</div>
134-
135-
<div
136-
class="h-0.5 w-full rounded-full bg-current opacity-5"
137-
role="presentation"
138-
></div>
139-
140113
{{-- Docs Link --}}
141114
<div class="w-full">
142115
<a

0 commit comments

Comments
 (0)