Fixed cursor on profile button hover

This commit is contained in:
2025-02-14 23:19:26 +11:00
parent d53114cc20
commit eaf40b3d91

View File

@@ -35,7 +35,7 @@ templ navRight() {
> >
<button <button
x-on:click="isActive = !isActive" x-on:click="isActive = !isActive"
class="h-full py-2 px-4 text-mantle" class="h-full py-2 px-4 text-mantle hover:cursor-pointer"
> >
<span class="sr-only">Profile</span> <span class="sr-only">Profile</span>
{ user.Username } { user.Username }