Skip to content

Commit

Permalink
Merge pull request #1880 from hydephp/fix-404-home-page-link
Browse files Browse the repository at this point in the history
Update 404 page home link fallback to lead to the domain root hydephp/develop@3d28ddb
  • Loading branch information
github-actions committed Jul 23, 2024
1 parent 1720b24 commit 0c8ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Sorry, the page you are looking for could not be found.
</p>

<a href="{{ Routes::get('index') ?? './' }}">
<a href="{{ Routes::get('index') ?? '/' }}">
<button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
</button>
Expand Down

0 comments on commit 0c8ddd0

Please sign in to comment.