Skip to content

Commit

Permalink
Add subscribe footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Nov 17, 2023
1 parent 54d1205 commit 5b3eafe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overrides/components/page-footer/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ export default function PageFooter(props) {
<li>
<FooterMenuLink to={ABOUT_PATH}>About</FooterMenuLink>
</li>
<li>
<FooterMenuLink to="https://docs.google.com/forms/d/e/1FAIpQLSfDxq_jR3z_006WkUnNKriGFlAdXhiZxC0ppkxV9fDXSM_FxQ/viewform">Subscribe</FooterMenuLink>
</li>
<li>
{isMediumUp ? (
<Button
Expand Down

0 comments on commit 5b3eafe

Please sign in to comment.