diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index f89c6de..4b8dfcc 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -17,13 +17,11 @@ const socials = (await import("@data/socials.yml")).default;
- - - - - - -
info@stuypulse.com© {new Date().getFullYear()} StuyPulse345 Chambers St, New York, NY
+
+ +
© {new Date().getFullYear()} StuyPulse
+ +
diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index 564f801..33408d6 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -66,7 +66,7 @@ import ImageContainer from "@components/ImageContainer.astro";