Skip to content

Commit b1424cb

Browse files
authored
Update constants.tsx
1 parent 49908a2 commit b1424cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/About/constants.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const StyledCardLogo = styled.img`
4040

4141
export const MORE_CARDS = [
4242
{
43-
to: 'https://support.uniswap.org/hc/en-us/articles/11306574799117-How-to-use-Moon-Pay-on-the-Uniswap-web-app-',
43+
to: '#',
4444
external: true,
4545
title: 'Buy crypto',
4646
description: 'Buy crypto with your credit card or bank account at the best rates.',
@@ -59,10 +59,10 @@ export const MORE_CARDS = [
5959
elementName: InterfaceElementName.ABOUT_PAGE_EARN_CARD,
6060
},
6161
{
62-
to: 'https://docs.uniswap.org',
62+
to: '#',
6363
external: true,
64-
title: 'Build dApps',
65-
description: 'Build omni-compliant de-fi Dapps with DeFi One. Note, digital ID/KYC integration is an optional add-on. See Flip description',
64+
title: 'Quantum Bug Bounty',
65+
description: 'The quantum and photonic computing era is rapidly approaching. Help us find security flaws in existing blockchain architectures and design new algorithms for the next technological era',
6666
lightIcon: <Terminal color={lightTheme.textTertiary} size={48} />,
6767
darkIcon: <StyledCardLogo src={darkTerminalImgSrc} alt="Developers" />,
6868
cta: 'Developer docs',

0 commit comments

Comments
 (0)