container
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import "../styles/global.css";
|
||||
import Welcome from "../components/Welcome.astro";
|
||||
import { Regular as Logo } from "../components/Logo.jsx";
|
||||
import { Regular } from "../components/Logo.jsx";
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
|
||||
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
|
||||
@@ -9,6 +9,9 @@ import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Logo className="w-36" />
|
||||
<div class="mt-5">
|
||||
<Regular className="w-46" />
|
||||
</div>
|
||||
|
||||
<Welcome />
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user