diff --git a/client/public/assets/images/tokens/vote_aprove.png b/client/public/assets/images/tokens/vote_approve.png similarity index 100% rename from client/public/assets/images/tokens/vote_aprove.png rename to client/public/assets/images/tokens/vote_approve.png diff --git a/client/src/components/ExitGameButton.tsx b/client/src/components/ExitGameButton.tsx index 738b4ac..33d6e06 100644 --- a/client/src/components/ExitGameButton.tsx +++ b/client/src/components/ExitGameButton.tsx @@ -20,23 +20,25 @@ export default function ExitGameButton({ onExit, playerName }: ExitGameButtonPro onClick={() => setShowConfirm(true)} whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} - className="fixed top-4 left-4 z-50 bg-yellow-900/80 hover:bg-yellow-800 text-white p-3 rounded-lg border border-yellow-700/50 backdrop-blur-sm shadow-lg transition-all group" - title="Abandonar partida" + className="fixed top-4 right-4 z-50 bg-green-800/80 hover:bg-green-700 text-white p-3 rounded-lg border border-green-600/50 backdrop-blur-sm shadow-lg transition-all group" + title="Volver al lobby" >