Skip to content

Commit 7f5bba2

Browse files
committed
feat: add /founders link to footer
1 parent 9784147 commit 7f5bba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Footer.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
188188
href: "/enterprise/",
189189
text: t("enterprise-mainnet"),
190190
},
191+
{
192+
href: "/founders/",
193+
text: t("founders"),
194+
},
191195
],
192196
},
193197
{

0 commit comments

Comments
 (0)