first deploy with astro

This commit is contained in:
2025-03-11 20:57:48 -03:00
parent 772cc74550
commit ac4d429eca
21 changed files with 6094 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ export default function Layout() {
</div>
</header>
<main className="p-4 lg:p-8">
<main className="p-4 lg:p-8 space-y-5">
{isNavigating ? <Loading /> : <Outlet />}
</main>
</section>