Skip to content

Commit a921383

Browse files
authored
Add go home link on error page (#3351)
1 parent cce1d7b commit a921383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/error/error.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div class="flex-center position-ref full-height">
5959
<div class="code">{{ $code }}</div>
6060

61-
<div class="message" style="padding: 10px;"><h1>{{ $type }}</h1><p>{{ $message }}</p></div>
61+
<div class="message" style="padding: 10px;"><h1>{{ $type }}</h1><p>{{ $message }}</p><p><a href="{{ route('home') }}">Go home &#187;</a></p></div>
6262
</div>
6363
</body>
6464
</html>

0 commit comments

Comments
 (0)