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 @@ -21,15 +21,15 @@ defineProps<Props>();
2121 <DropdownMenuSeparator />
2222 <DropdownMenuGroup >
2323 <DropdownMenuItem :as-child =" true" >
24- <Link class =" block w-full" :href =" route('profile.edit')" as =" button" >
24+ <Link class =" block w-full cursor-pointer " :href =" route('profile.edit')" as =" button" >
2525 <Settings class =" mr-2 h-4 w-4" />
2626 Settings
2727 </Link >
2828 </DropdownMenuItem >
2929 </DropdownMenuGroup >
3030 <DropdownMenuSeparator />
3131 <DropdownMenuItem :as-child =" true" >
32- <Link class =" block w-full" method =" post" :href =" route('logout')" as =" button" >
32+ <Link class =" block w-full cursor-pointer " method =" post" :href =" route('logout')" as =" button" >
3333 <LogOut class =" mr-2 h-4 w-4" />
3434 Log out
3535 </Link >
You can’t perform that action at this time.
0 commit comments