all userId replace to childId

This commit is contained in:
Suvodip
2025-02-04 16:08:11 +05:30
parent 1075b9a85a
commit cbe6255540
15 changed files with 57 additions and 59 deletions

View File

@@ -8,7 +8,7 @@ import Footer from '../components/Footer.astro';
<MainHeader />
<main>
<div>
<p class="text-center text-white py-96 text-8xl font-bold">Beanstalkedu Games</p>
<p class="text-center text-white py-96 text-8xl font-bold">Interakto Games</p>
</div>
</main>
<Footer />