Skip to content

Commit

Permalink
Use url() instead of plain url (#25725)
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemN authored and taylorotwell committed Sep 21, 2018
1 parent c6cee31 commit f40acde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
@yield('message')
</p>

<a href="/">
<a href="{{ 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 f40acde

Please sign in to comment.