From df65a972257bc016078fc3dea97d10a17f0e0685 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Wed, 3 Jul 2024 10:12:14 +0100 Subject: [PATCH] fix disabled cursor --- frontend/src/components/Lobby.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index a720fa8..60e0833 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -203,6 +203,7 @@ 'cant-play': !ex.enabled, ...ex.card.classes, }" + style="cursor: pointer" :donotlocalize="true" @click.native="toggleExpansions(ex.id)" />