Skip to content

Commit 31f5042

Browse files
committed
💄 ajout du lien vers le cpanel
1 parent 641a59b commit 31f5042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/layouts/_nav.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
237237
</div>
238238
<div class="py-1.5 px-3.5" role="none">
239239
@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">
241241
<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') }}
243243
</a>
244244
@endif
245245
<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">

0 commit comments

Comments
 (0)