Skip to content

Commit

Permalink
Merge pull request #68 from lidofinance/feature/si-837-remove-bridge-…
Browse files Browse the repository at this point in the history
…mutual

feat: remove Bridge Mutual link
  • Loading branch information
itaven authored Sep 26, 2023
2 parents 746b3d3 + b50b0a3 commit b1c5b59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions config/matomoClickEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const enum MATOMO_CLICK_EVENTS_TYPES {
faqHowCanIGetStEthWidget = 'faqHowCanIGetStEthWidget',
faqHowCanIGetStEthIntegrations = 'faqHowCanIGetStEthIntegrations',
faqHowCanIUseSteth = 'faqHowCanIUseSteth',
faqWhereCanICoverBridgeMutual = 'faqWhereCanICoverBridgeMutual',
faqWhereCanICoverIdleFinance = 'faqWhereCanICoverIdleFinance',
faqWhereCanICoverNexusMutual = 'faqWhereCanICoverNexusMutual',
faqWhereCanICoverRibbonFinance = 'faqWhereCanICoverRibbonFinance',
Expand Down Expand Up @@ -133,11 +132,6 @@ export const MATOMO_CLICK_EVENTS: Record<
'Push «more» in FAQ How can I use stETH? on stake widget',
'eth_widget_faq_howCanIUseSteth_more',
],
[MATOMO_CLICK_EVENTS_TYPES.faqWhereCanICoverBridgeMutual]: [
'Ethereum_Staking_Widget',
'Push «Bridge Mutual» in FAQ Where can I cover my stETH? on stake widget',
'eth_widget_faq_wherecanicover_bridgemutual',
],
[MATOMO_CLICK_EVENTS_TYPES.faqWhereCanICoverIdleFinance]: [
'Ethereum_Staking_Widget',
'Push «Idle Finance» in FAQ Where can I cover my stETH? on stake widget',
Expand Down
10 changes: 0 additions & 10 deletions features/home/stake-faq/list/where-can-i-cover-my-steth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ export const WhereCanICoverMySteth: FC = () => {
products for stETH:
</span>
<ul>
<li>
<Link
href="https://bridgemutual.io/"
data-matomo={
MATOMO_CLICK_EVENTS_TYPES.faqWhereCanICoverBridgeMutual
}
>
Bridge Mutual
</Link>
</li>
<li>
<Link
href="https://idle.finance/"
Expand Down

0 comments on commit b1c5b59

Please sign in to comment.