diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d34a441..e8bbdf8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,10 +9,6 @@ @@ -60,4 +70,5 @@ import Footer from '../components/Footer.astro'; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } + diff --git a/src/pages/index.astro b/src/pages/index.astro index 3617282..c7d14f1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -47,10 +47,6 @@ import Footer from "../components/Footer.astro";