Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions apps/cow-fi/data/home/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import svgBitsSrc from '@cowprotocol/assets/images/image-bits.svg'
import svgCoinsSrc from '@cowprotocol/assets/images/image-coins.svg'
import svgDiscordSrc from '@cowprotocol/assets/images/image-discord.svg'
import svgForumSrc from '@cowprotocol/assets/images/image-forum.svg'
import svgGreenWavesSrc from '@cowprotocol/assets/images/image-green-waves.svg'
import svgSnapshotSrc from '@cowprotocol/assets/images/image-snapshot.svg'
import svgTubeSrc from '@cowprotocol/assets/images/image-tube.svg'
import { Color, ProductVariant, UI } from '@cowprotocol/ui'

import SVG from 'react-inlinesvg'
Expand Down Expand Up @@ -59,34 +57,6 @@ export const PRODUCT_LIST = [
productVariant: ProductVariant.CowDao,
iconImage: svgCoinsSrc,
},
{
title: 'CoW AMM',
description: 'The first MEV-capturing AMM',
linkHref: '/cow-amm',
linkText: 'Deposit liquidity',
linkEvent: 'click-deploy-liquidity',
bgColor: Color.cowamm_dark_green,
textColor: Color.cowamm_green,
descriptionColor: Color.cowamm_green,
linkBgColor: Color.cowamm_green,
linkColor: Color.cowamm_dark_green,
productVariant: ProductVariant.CowDao,
iconImage: svgGreenWavesSrc,
},
{
title: 'MEV Blocker',
description: 'The best MEV protection RPC under the sun',
linkHref: '/mevblocker',
linkText: 'Get protected',
linkEvent: 'click-get-protected',
bgColor: Color.cowfi_orange_pale,
textColor: Color.cowfi_orange_bright,
descriptionColor: Color.cowfi_orange_bright,
linkBgColor: Color.cowfi_orange_bright,
linkColor: Color.cowfi_orange_pale,
productVariant: ProductVariant.MevBlocker,
iconImage: svgTubeSrc,
},
]

export const CHANNEL_LIST = [
Expand Down
1 change: 0 additions & 1 deletion apps/cowswap-frontend/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,6 @@ msgid "Please contact CoW Swap support!"
msgstr "Please contact CoW Swap support!"

#: apps/cowswap-frontend/src/common/containers/CoWAmmBanner/index.tsx
#: apps/cowswap-frontend/src/modules/application/containers/App/menuConsts.tsx
msgid "CoW AMM"
msgstr "CoW AMM"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ const MORE_ITEM = (isSolversEnabled: boolean): UntranslatedMenuItem => ({
label: msg`CoW Protocol`,
external: true,
},
{
href: 'https://cow.fi/cow-amm',
label: msg`CoW AMM`,
external: true,
},
{
href: 'https://cow.fi/careers',
label: msg`Careers`,
Expand Down
Loading