File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
resources/views/components/navbar Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments