Skip to content

Commit

Permalink
Readd the link to the FurEver source (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgea-stripe committed Apr 22, 2024
1 parent abb0024 commit 9ccfec1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/components/NoticeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export const LandingNoticeFooter = () => (
. It is not a real product.
</Typography>

{/* TODO - add this link back in when the repo is open source */}
{/* <Link
<Link
href="https://github.com/stripe/stripe-connect-furever"
target="_blank"
underline="none"
Expand All @@ -81,7 +80,7 @@ export const LandingNoticeFooter = () => (
View on GitHub
</Typography>
<ChevronRight />
</Link> */}
</Link>
</NoticeFooter>
);

Expand Down

0 comments on commit 9ccfec1

Please sign in to comment.