Skip to content

Commit

Permalink
Merge pull request #226 from NASA-IMPACT/footer-newsletter-subscribe
Browse files Browse the repository at this point in the history
Add subscribe footer link
  • Loading branch information
hanbyul-here authored Nov 17, 2023
2 parents a257f9d + bde9051 commit 4f3eb67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overrides/components/page-footer/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ export default function PageFooter(props) {
<li>
<FooterMenuLink to={ABOUT_PATH}>About</FooterMenuLink>
</li>
<li>
<FooterMenuLink as="a" href="https://docs.google.com/forms/d/e/1FAIpQLSfDxq_jR3z_006WkUnNKriGFlAdXhiZxC0ppkxV9fDXSM_FxQ/viewform">
Subscribe
</FooterMenuLink>
</li>
<li>
{isMediumUp ? (
<Button
Expand Down

0 comments on commit 4f3eb67

Please sign in to comment.