Refactoring sidebar and adding footer

This commit is contained in:
2025-11-13 22:12:26 +13:00
parent 2812939ed3
commit b4cf4e88bc
6 changed files with 67 additions and 14 deletions

View File

@@ -5,10 +5,9 @@ import Sidebar from "src/components/sidebar.astro"
<Base>
<div class="flex flex-row">
<!-- HeaderSection -->
<Sidebar/>
<div class="content-panel bg-amber-200">
<div class="content-panel">
content
</div>
</div>