Skip to content

Commit c0538cf

Browse files
Show the mobile navigation on mobile (#169)
When viewing the NativePHP website on a mobile device, it is now difficult for users to navigate to the mobile page to purchase a licence. This PR ensures the mobile navigation item is present on mobile devices - as currently the user meeds to navigate to the docs, then go to installation page and then select to obtain a licence.
1 parent 58991ac commit c0538cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class="hidden size-[3px] rotate-45 rounded-sm bg-gray-400 transition duration-20
115115
<a
116116
href="{{ route('early-adopter') }}"
117117
@class([
118-
'hidden transition duration-200 lg:block',
118+
'transition duration-200',
119119
'font-medium' => request()->routeIs('early-adopter*'),
120120
'opacity-60 hover:opacity-100' => ! request()->routeIs('early-adopter*'),
121121
])

0 commit comments

Comments
 (0)