diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-19 16:31:57 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-19 16:31:57 -0700 |
| commit | 445d5c14eff9beb62f2a20ac5234fbdf40c3c890 (patch) | |
| tree | 48f19f96629968b7f2c26e1ffd611d4ae448e91e /site/src/components/GameNotes.tsx | |
| parent | f342dca5bd5e239362768ec80ca478ee3cee608b (diff) | |
frontend: add WMMT, add new section for non-rhythm
Diffstat (limited to 'site/src/components/GameNotes.tsx')
| -rw-r--r-- | site/src/components/GameNotes.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx index 0e5504a..82f1629 100644 --- a/site/src/components/GameNotes.tsx +++ b/site/src/components/GameNotes.tsx @@ -392,6 +392,11 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ > Needs to be sideloaded once you get a hold of the IPA. Network features supported. iOS ONLY </p> + <p + className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`} + > + *Not in main feed as date data is unavailable from this source + </p> </> ) }); |
