Wrap on mobile landing page

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-06 11:18:59 +02:00
parent 93c6c852af
commit 5e32cfc551
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
---
import Layout from "../layouts/Layout.astro"
import OnePager from "../components/Greeting.astro"
import Greeting from "../components/Greeting.astro"
---
<!--
@ -17,5 +17,5 @@ One-pager
- Certifications
-->
<Layout title="Velkommen">
<OnePager />
<Greeting />
</Layout>