Removed footer
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m52s

This commit is contained in:
2026-01-18 01:43:21 -07:00
parent 82e1b8a626
commit db1d180afc
4 changed files with 1 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
---
import '../styles/global.css';
import Footer from '../components/Footer.astro';
import { ClientRouter } from "astro:transitions";
interface Props {
@@ -25,6 +24,5 @@ const { title } = Astro.props;
<div class="flex-1 flex flex-col">
<slot />
</div>
<Footer />
</body>
</html>