This commit is contained in:
2026-01-30 21:37:13 -07:00
parent 3be78f91fc
commit b10f766a6e

View File

@@ -15,7 +15,7 @@ export default function BerryDashSplash () {
const router = useRouter()
useEffect(() => {
document.title = 'Lncvrt Games - Reset Account Password'
document.title = 'Lncvrt Games - Berry Dash Splash Text Submition'
const token = getCookie('accountToken', '-1')
if (token === '-1') {
@@ -32,7 +32,7 @@ export default function BerryDashSplash () {
? 'Loading...'
: result == -1
? 'Verify you are human to submit a splash text'
: 'Lncvrt Games Splash Text Submition'}
: 'Berry Dash Splash Text Submition'}
</p>
{!loading && (
<>