refactored sidebar

This commit is contained in:
2025-11-13 21:46:25 +13:00
parent c1aa77a35a
commit 2812939ed3
3 changed files with 19 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
---
import Navbar from "src/components/index/navbar.astro"
---
<div class="w-[32%] text-center">
<div class="flex flex-col">
<p class="text-4xl">breadone dot net</p>
<Navbar/>
<div class="mt-8"/>
<slot/>
</div>
</div>