Skip to content

Commit

Permalink
game confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lynaDev2 committed Mar 2, 2025
1 parent f0442a6 commit 7fae9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/game/GameCardModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ConfirmationModal = ({ isOpen, onClose, onConfirm }) => {
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
>
{/* Backdrop */}
{/* Backdrop/*/}
<motion.div
className="absolute inset-0 bg-black"
style={{ opacity: 0.5 }}
Expand Down

0 comments on commit 7fae9fe

Please sign in to comment.