aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/pages/Home.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-12 17:00:29 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-12 17:00:29 -0700
commitc151489caa1d30b5fadf31f97a27ae9a1bb69f4d (patch)
treeaf9d3206e41a88956e71a6953c1b30b9543f91e2 /frontend/src/pages/Home.tsx
parent3c52b549554a7c7698090e1952a8c0ba837cfdd0 (diff)
update score viewing pages to render nostalgia and reflecbeat components
Diffstat (limited to 'frontend/src/pages/Home.tsx')
-rw-r--r--frontend/src/pages/Home.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index 87146b5..ee31a3f 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -9,6 +9,8 @@ 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";
+import reflecbeatImage from "../assets/games/reflecbeat.webp";
+import nostalgiaImage from "../assets/games/nostalgia.webp";
const Home = () => {
const { user, isLoading, logout } = useAuth();
@@ -40,6 +42,12 @@ const Home = () => {
case "musicdiver": {
return musicdiverImage;
}
+ case "reflecbeat": {
+ return reflecbeatImage;
+ }
+ case "nostalgia": {
+ return nostalgiaImage;
+ }
default: {
return null;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage