From ee4813fef7c72d6d032364fd1d6a7fd37ec710ec Mon Sep 17 00:00:00 2001 From: Jennifer Chhie <22698132+jschhie@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:09:25 -0800 Subject: [PATCH 1/7] feat: Animate Game Over UI - Add Tailwind animation class to improve UI --- src/components/Game/GameOver.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Game/GameOver.vue b/src/components/Game/GameOver.vue index ebab124c..9c47e950 100644 --- a/src/components/Game/GameOver.vue +++ b/src/components/Game/GameOver.vue @@ -1,5 +1,7 @@