Skip to content

Commit deae93c

Browse files
committed
Fix Desktop GitHub link
1 parent 41d02e1 commit deae93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
317317
</li>
318318
<li>
319319
<a
320-
href="https://github.com/nativephp"
320+
href="https://github.com/nativephp/laravel"
321321
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"
322322
>
323323
GitHub

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
icon-class="size-4"
4949
/>
5050
<x-navbar.device-dropdown-item
51-
href="https://github.com/nativephp"
51+
href="https://github.com/nativephp/laravel"
5252
title="GitHub"
5353
subtitle="Visit our GitHub repository"
5454
icon="github"

0 commit comments

Comments
 (0)