diff options
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> </> ) }); |
