diff --git a/src/app/game/berry-dash/page.tsx b/src/app/game/berry-dash/page.tsx index 34ce1e5..b64e03a 100644 --- a/src/app/game/berry-dash/page.tsx +++ b/src/app/game/berry-dash/page.tsx @@ -103,13 +103,14 @@ export default function BerryDashGameInfo () {
Stuff you can do in the browser
- - View the Icon Marketplace! - +Downloads
+ {loading + ? 'Loading...' + : result == -1 + ? 'Verify you are human to submit a splash text' + : 'Lncvrt Games Splash Text Submition'} +
+ {!loading && ( + <> + {result == -1 ? ( ++ {result == 1 + ? 'Unable to verify captcha, please reload page.' + : 'Successfully submitted splash text! It will be reviewed soon.'} +
+ ) + )} + > + )} +