diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-03 15:06:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-03 15:06:30 -0700 |
| commit | 1215df8e481e92e271a13f1f7e7f655773822ca7 (patch) | |
| tree | 7bb087116f7d03f18a8410c159a30ecfd4b9c31b /site | |
| parent | 6c5e02529dc19bb2a04318054510c747944ad512 (diff) | |
temporarily stub out notification frontend
until i have more time to work on this
Diffstat (limited to 'site')
| -rw-r--r-- | site/src/pages/Homepage.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
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] && ( <div className="text-left">{GameNotes(isMoe)[gameId]}</div> )} - <div className="mt-4"> + {/* <div className="mt-4"> <NotificationButton gameId={gameId} isMoe={isMoe} /> </div> <p className="text-left"> Currently in testing, not all games will receive updates via notifications yet. - </p> + </p> */} <div className="mt-2"> <a href={rssFeedUrl} className="text-blue-400 hover:underline"> Subscribe via RSS @@ -214,7 +214,7 @@ export default function Home() { </p> <div className="mt-6"> <div className="mt-4"> - <NotificationButton isMoe={isMoe} /> + {/* <NotificationButton isMoe={isMoe} /> */} {/* Subscribed Games Display */} {subscribedGames.length > 0 && ( |
