Fixed cursor on profile button hover
This commit is contained in:
@@ -35,7 +35,7 @@ templ navRight() {
|
||||
>
|
||||
<button
|
||||
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>
|
||||
{ user.Username }
|
||||
|
||||
Reference in New Issue
Block a user