Skip to content

Commit

Permalink
comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bkirk-stripe committed Nov 30, 2023
1 parent 30947fe commit b2f0adf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions client/components/NoticeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,25 @@ export const LandingNoticeFooter = () => (
</Link>
. It is not a real product.
</Typography>

{/* TODO - add this link back in when the repo is open source */}
{/* <Link
href="https://github.com/stripe/stripe-connect-furever"
target="_blank"
underline="none"
display="flex"
gap={0.5}
>
<Typography
sx={{
fontSize: {sm: 16, xs: 14},
fontWeight: 600,
}}
>
View on GitHub
</Typography>
<ChevronRight />
</Link> */}
</NoticeFooter>
);

Expand Down

0 comments on commit b2f0adf

Please sign in to comment.