Skip to content

Commit

Permalink
Merge pull request #27343 from hivokas/patch-2
Browse files Browse the repository at this point in the history
[5.7] "Go Home" link update on exception page
  • Loading branch information
taylorotwell authored Jan 29, 2019
2 parents 1555d0d + 4129e4d commit a65b5ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
@yield('message')
</p>

<a href="{{ url('/') }}">
<a href="{{ app('router')->has('home') ? route('home') : url('/') }}">
<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 a65b5ce

Please sign in to comment.