Skip to content

Commit

Permalink
fix disabled cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoxamin committed Jul 3, 2024
1 parent d2bddb9 commit df65a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Lobby.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
'cant-play': !ex.enabled,
...ex.card.classes,
}"
style="cursor: pointer"
:donotlocalize="true"
@click.native="toggleExpansions(ex.id)"
/>
Expand Down

0 comments on commit df65a97

Please sign in to comment.