Skip to content

Commit

Permalink
Update footer with email instead of airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal committed Apr 9, 2024
1 parent d313f6e commit bc8c3d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/degree-plan/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ const Footer = () => (
Penn Labs
</Link>
.
Have feedback about Penn Degree Plan? Let us know{" "}
<Link href="https://airtable.com/appFRa4NQvNMEbWsA/shrzXeuiEFF8OD89P">here!</Link>
Have feedback about Penn Degree Plan? Let us know: {" "}
<Link href="mailto:[email protected]">[email protected]</Link>
{
// TODO: uncomment once out of beta
// <Link href="https://airtable.com/appFRa4NQvNMEbWsA/shrzXeuiEFF8OD89P">here!</Link>
}
</Wrapper>
);

Expand Down

0 comments on commit bc8c3d6

Please sign in to comment.