Skip to content

Commit c5de14c

Browse files
committed
Merge branch 'master' into 2.x-dev
2 parents 8bacd25 + 3d28ddb commit c5de14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pages/404.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Sorry, the page you are looking for could not be found.
3232
</p>
3333

34-
<a href="{{ Routes::get('index') ?? './' }}">
34+
<a href="{{ Routes::get('index') ?? '/' }}">
3535
<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">
3636
Go Home
3737
</button>

packages/framework/resources/views/pages/404.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Sorry, the page you are looking for could not be found.
3232
</p>
3333

34-
<a href="{{ Routes::get('index') ?? './' }}">
34+
<a href="{{ Routes::get('index') ?? '/' }}">
3535
<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">
3636
Go Home
3737
</button>

0 commit comments

Comments
 (0)