-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update footer with email instead of airtable
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
); | ||
|
||
|