Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 42d0a82

Browse files
committed
remove anchor
Signed-off-by: Dieter Coopman <dieter@deltasolutions.be>
1 parent ec150f9 commit 42d0a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/user-ui/access.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div>
44
<nav aria-label="Sidebar">
55
@foreach($permissionGroups as $name => $permissionGroup)
6-
<a href="#" wire:key="{{ $name }}" wire:click="forGroup('{{ $name }}')" class="@if($this->selectedGroup === $name) bg-gray-100 @endif py-4 m-4 text-gray-600 hover:bg-gray-50 hover:text-gray-900 flex items-center px-3 py-2 text-sm font-medium rounded-md">
6+
<a wire:key="{{ $name }}" wire:click="forGroup('{{ $name }}')" class="@if($this->selectedGroup === $name) bg-gray-100 @endif cursor-pointer py-4 m-4 text-gray-600 hover:bg-gray-50 hover:text-gray-900 flex items-center px-3 py-2 text-sm font-medium rounded-md">
77
<span class="truncate">{{ $name }}</span>
88
</a>
99
@endforeach

0 commit comments

Comments
 (0)