aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-03 14:24:15 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-03 14:24:15 -0700
commitc2fb5403dd16f0b43f6d1f43e6f1fd42b9ec7862 (patch)
tree8d7d137f6dc2c6c8cd423cc7654da14df0d69993
parent4da231aeb5bf3ee0296fb8626dae3ac99893a158 (diff)
add notif warning development
-rw-r--r--site/src/pages/Homepage.tsx3
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage