Add Play Asia footer

This commit is contained in:
Jorge Vargas 2025-02-11 00:33:36 -06:00
parent 181cc33dd1
commit 2db1dd640d
2 changed files with 50 additions and 1 deletions

View file

@ -3,6 +3,7 @@ import { Toaster } from 'react-hot-toast'
import { languageTag } from '../paraglide/runtime'
import Header from 'components/Header.astro'
import Footer from 'components/Footer.astro'
import 'styles/global.css'
---
@ -29,6 +30,6 @@ import 'styles/global.css'
<Toaster client:only='react' toastOptions={{ duration: 6000 }} />
<slot />
</main>
<footer class='bg-soc-green'>This is the footer</footer>
<Footer />
</body>
</html>