diff --git a/src/app/game/berry-dash/page.tsx b/src/app/game/berry-dash/page.tsx index b64e03a..cf630fe 100644 --- a/src/app/game/berry-dash/page.tsx +++ b/src/app/game/berry-dash/page.tsx @@ -107,9 +107,12 @@ export default function BerryDashGameInfo () { View the Icon Marketplace! - + Submit a new Splash Text! + + View the Splash Texts! +
Downloads
- {loading - ? 'Loading...' - : result == -1 - ? 'Verify you are human to submit a splash text' - : 'Berry Dash Splash Text Submition'} +
+ Berry Dash Splash Texts +
++ {response == null + ? 'Loading...' + : response == -1 + ? 'Failed to get splash texts' + : response}
- {!loading && ( - <> - {result == -1 ? ( -- {result == 1 - ? 'Unable to verify captcha, please reload page.' - : 'Successfully submitted splash text! It will be reviewed soon. Refresh to add more splash texts, there is no limit after all!'} -
- ) - )} - > - )}+ {loading + ? 'Loading...' + : result == -1 + ? 'Verify you are human to submit a splash text' + : 'Berry Dash Splash Text Submition'} +
+ {!loading && ( + <> + {result == -1 ? ( ++ {result == 1 + ? 'Unable to verify captcha, please reload page.' + : 'Successfully submitted splash text! It will be reviewed soon. Refresh to add more splash texts, there is no limit after all!'} +
+ ) + )} + > + )} +