chore: fix cursor pointer on router-link sidebar menu

This commit is contained in:
gabrieljablonski 2025-03-28 10:11:48 -03:00
parent acd1e56a28
commit 51c47cd3b5

View File

@ -44,7 +44,7 @@ const triggerClick = () => {
<component
:is="componentIs"
v-bind="$attrs"
class="flex text-left rtl:text-right items-center p-2 reset-base text-sm text-n-slate-12 w-full border-0"
class="flex text-left rtl:text-right items-center p-2 reset-base text-sm text-n-slate-12 w-full border-0 cursor-pointer"
:class="{
'hover:bg-n-alpha-2 rounded-lg w-full gap-3': !$slots.default,
}"