Skip to content

Commit 41d02e1

Browse files
committed
Hide Mobile GitHub link (for now)
1 parent 0aaa8d2 commit 41d02e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

resources/views/components/footer.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,16 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
272272
Pricing
273273
</a>
274274
</li>
275+
{{--
275276
<li>
276277
<a
277-
href="https://github.com/nativephp"
278+
href="https://github.com/nativephp/mobile"
278279
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
279280
>
280281
GitHub
281282
</a>
282283
</li>
284+
--}}
283285
</ul>
284286
</section>
285287

resources/views/components/navbar/device-dropdowns.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
icon="dollar-circle"
1919
icon-class="size-5.5"
2020
/>
21+
{{--
2122
<x-navbar.device-dropdown-item
22-
href="https://github.com/nativephp"
23+
href="https://github.com/nativephp/mobile"
2324
title="GitHub"
2425
subtitle="Visit our GitHub repository"
2526
icon="github"
2627
/>
28+
--}}
2729
</x-navbar.device-dropdown>
2830

2931
{{-- Desktop dropdown --}}

0 commit comments

Comments
 (0)