From 1215df8e481e92e271a13f1f7e7f655773822ca7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 3 Oct 2025 15:06:30 -0700 Subject: temporarily stub out notification frontend until i have more time to work on this --- site/src/pages/Homepage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site') diff --git a/site/src/pages/Homepage.tsx b/site/src/pages/Homepage.tsx index 01327f6..de1d647 100644 --- a/site/src/pages/Homepage.tsx +++ b/site/src/pages/Homepage.tsx @@ -164,12 +164,12 @@ export default function Home() { {GameNotes(isMoe)[gameId] && (
{GameNotes(isMoe)[gameId]}
)} -
+ {/*

Currently in testing, not all games will receive updates via notifications yet. -

+

*/}
Subscribe via RSS @@ -214,7 +214,7 @@ export default function Home() {

- + {/* */} {/* Subscribed Games Display */} {subscribedGames.length > 0 && ( -- cgit v1.2.3