Skip to content

Commit

Permalink
Add creator program link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Feb 6, 2024
1 parent 65ca535 commit 6ff1ebc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/new-landing/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const FooterLinks = [
url: LINKS.APP,
external: true,
},
{
title: "Creator Program",
url: "/create",
external: false,
},
],
},
{
Expand Down

0 comments on commit 6ff1ebc

Please sign in to comment.