aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/pages/Home.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-12 02:56:59 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-12 02:56:59 -0700
commit108938f881f03355107358977d1550737486ca04 (patch)
tree2668fd0ccc1421ca5cad993611f9f46e184dc514 /frontend/src/pages/Home.tsx
parent4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (diff)
implement MUSIC DIVER score tracking
Diffstat (limited to 'frontend/src/pages/Home.tsx')
-rw-r--r--frontend/src/pages/Home.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index 389c0b6..87146b5 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -8,6 +8,7 @@ import { useState, useEffect } from "react";
import dancerushImage from "../assets/games/dancerush.webp";
import dancearoundImage from "../assets/games/dancearound.webp";
import divaImage from "../assets/games/diva.webp";
+import musicdiverImage from "../assets/games/music_diver.webp";
const Home = () => {
const { user, isLoading, logout } = useAuth();
@@ -36,6 +37,9 @@ const Home = () => {
case "diva": {
return divaImage;
}
+ case "musicdiver": {
+ return musicdiverImage;
+ }
default: {
return null;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage