File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,9 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
237
237
</div >
238
238
<div class =" py-1.5 px-3.5" role =" none" >
239
239
@if (Auth:: user ()-> hasRole ([' admin' , ' moderator' ]) )
240
- <a href =" # " class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
240
+ <a href =" {{ route ( ' cpanel.home ' ) } } " class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
241
241
<x-heroicon-o-chart-square-bar class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
242
- {{ __ (' CPanel ' ) } }
242
+ {{ __ (' Cpanel ' ) } }
243
243
</a >
244
244
@endif
245
245
<a href =" {{ route (' dashboard' ) } }" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
You can’t perform that action at this time.
0 commit comments