diff --git a/frontend/src/components/game/GameOver.vue b/frontend/src/components/game/GameOver.vue index e15a93b..98236ee 100644 --- a/frontend/src/components/game/GameOver.vue +++ b/frontend/src/components/game/GameOver.vue @@ -155,11 +155,11 @@ class="flex-1 font-bold py-3 px-6 rounded-lg transition-all" :class="[ isLoggingOut - ? 'bg-red-600 hover:bg-red-700 text-white w-full' // Estilo de destaque para Logout + ? 'bg-red-600 hover:bg-red-700 text-white w-full' : 'bg-gray-700 hover:bg-gray-600 text-white', ]" > - {{ isLoggingOut ? 'Confirmar Logout' : 'Close' }} + {{ isLoggingOut ? 'Confirm Logout' : 'Close' }} diff --git a/frontend/src/pages/game/SinglePlayerGamePage.vue b/frontend/src/pages/game/SinglePlayerGamePage.vue index b05545c..9126ae5 100644 --- a/frontend/src/pages/game/SinglePlayerGamePage.vue +++ b/frontend/src/pages/game/SinglePlayerGamePage.vue @@ -1,10 +1,18 @@