Skip to content

Commit

Permalink
Merge pull request #296 from alex-beckett/careers
Browse files Browse the repository at this point in the history
Update footer
  • Loading branch information
jcstein authored Nov 8, 2023
2 parents dde6a29 + 7799687 commit 069a9c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ const navigation = {
url: "/press/",
type: "internal",
},
{
text: "Careers",
url: "/careers/",
type: "internal",
},
{
text: "Terms of Service",
url: "/tos/",
Expand All @@ -83,6 +88,11 @@ const navigation = {
url: "/privacy/",
type: "internal",
},
{
text: "Team",
url: "/team/",
type: "internal",
},
],
},
};
Expand Down

0 comments on commit 069a9c5

Please sign in to comment.