diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-03 14:24:15 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-03 14:24:15 -0700 |
| commit | c2fb5403dd16f0b43f6d1f43e6f1fd42b9ec7862 (patch) | |
| tree | 8d7d137f6dc2c6c8cd423cc7654da14df0d69993 /site | |
| parent | 4da231aeb5bf3ee0296fb8626dae3ac99893a158 (diff) | |
add notif warning development
Diffstat (limited to 'site')
| -rw-r--r-- | site/src/pages/Homepage.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/src/pages/Homepage.tsx b/site/src/pages/Homepage.tsx index f9ccaa2..01327f6 100644 --- a/site/src/pages/Homepage.tsx +++ b/site/src/pages/Homepage.tsx @@ -167,6 +167,9 @@ export default function Home() { <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> <div className="mt-2"> <a href={rssFeedUrl} className="text-blue-400 hover:underline"> Subscribe via RSS |
