File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
stubs/default/resources/views Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
@if (Route:: has (' login' ) )
12
12
<div class =" p-6 text-right sm:fixed sm:top-0 sm:right-0" >
13
13
@auth
14
- <a href =" {{ url ( ' / home' ) } }" class =" font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-indigo-500" >Home</a >
14
+ <a href =" {{ route ( ' home' ) } }" class =" font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-indigo-500" >Home</a >
15
15
@else
16
16
<a href =" {{ route (' login' ) } }" class =" font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-indigo-500" >Log in</a >
17
17
You can’t perform that action at this time.
0 commit comments