styling changes and removed footer from /pokemon

This commit is contained in:
zach
2026-02-27 15:20:55 -05:00
parent ff0ddb2278
commit ef656b2f6f
7 changed files with 11 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
import Layout from '../layouts/Main.astro';
import NavItems from '../components/NavItems.astro';
import NavBar from '../components/NavBar.astro';
import Footer from '../components/Footer.astro';
export const prerender = false;
---
<Layout>
@@ -36,5 +37,6 @@ export const prerender = false;
</form>
</div>
</div>
<Footer slot="footer" />
</Layout>