diff --git a/src/components/FooterEarthrise.astro b/src/components/FooterEarthrise.astro new file mode 100644 index 0000000..3b851d9 --- /dev/null +++ b/src/components/FooterEarthrise.astro @@ -0,0 +1,43 @@ + diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index a0f57c1..27b9a7b 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -1,5 +1,6 @@ --- import { footer } from '../data/home'; +import FooterEarthrise from './FooterEarthrise.astro'; const hasNewsletterAction = typeof footer.newsletter.actionUrl === 'string' && @@ -216,4 +217,5 @@ const linkClass =

+