mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Add Play Asia footer
This commit is contained in:
parent
181cc33dd1
commit
2db1dd640d
2 changed files with 50 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue