Hardware page with more content.
Some checks failed
Build and deploy website / build (push) Failing after 1m37s
Build and deploy website / deploy (push) Failing after 1s

Collapse component

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-06 14:43:06 +02:00
parent beefabb908
commit 8ba480eab1
12 changed files with 106 additions and 34 deletions

View File

@ -1,10 +1,10 @@
---
import Layout from "../../layouts/Layout.astro"
import HardwarePage from "../../components/HardwarePage.svelte"
import "../../styles/global.css"
import Layout from "@/layouts/Layout.astro"
import HardwarePage from "@/components/HardwarePage.svelte"
import "@/styles/global.css"
---
<Layout title="Hardware" class="mx-auto max-w-[750px]">
<h1 class="text-center">Hardware</h1>
<HardwarePage client:load />
</Layout>
</Layout>