Skip to content

Commit

Permalink
fix: code style. landing link
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Aug 20, 2024
1 parent 7c3a2e5 commit 09dfbab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { TxStageOperationSucceedBalanceShown } from 'shared/transaction-modal/tx
import type { BigNumber } from 'ethers';
import { trackEvent } from '@lidofinance/analytics-matomo';
import { MATOMO_CLICK_EVENTS } from 'consts/matomo-click-events';
import { LINK_EXPLORE_STRATEGIES } from '../../../../shared/banners/vaults-banner-info/const';
import { LINK_EXPLORE_STRATEGIES } from 'shared/banners/vaults-banner-info/const';

const STAGE_OPERATION_ARGS = {
token: 'ETH',
Expand Down
12 changes: 7 additions & 5 deletions features/wsteth/wrap/hooks/use-tx-modal-stages-wrap.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { Button, Link } from '@lidofinance/lido-ui';
import { trackEvent } from '@lidofinance/analytics-matomo';

import {
TransactionModalTransitStage,
useTransactionModalStage,
Expand All @@ -6,15 +9,14 @@ import { getGeneralTransactionModalStages } from 'shared/transaction-modal/hooks

import { TxStageSignOperationAmount } from 'shared/transaction-modal/tx-stages-composed/tx-stage-amount-operation';
import { TxStageOperationSucceedBalanceShown } from 'shared/transaction-modal/tx-stages-composed/tx-stage-operation-succeed-balance-shown';
import { LINK_EXPLORE_STRATEGIES } from 'shared/banners/vaults-banner-info/const';

import { getTokenDisplayName } from 'utils/getTokenDisplayName';
import type { BigNumber } from 'ethers';
import type { TokensWrappable } from 'features/wsteth/shared/types';
import { VaultsBannerInfo } from '../../../../shared/banners/vaults-banner-info';
import { Button, Link } from '@lidofinance/lido-ui';
import { trackEvent } from '@lidofinance/analytics-matomo';
import { MATOMO_CLICK_EVENTS } from '../../../../consts/matomo-click-events';
import { LINK_EXPLORE_STRATEGIES } from '../../../../shared/banners/vaults-banner-info/const';
import { VaultsBannerInfo } from 'shared/banners/vaults-banner-info';

import { MATOMO_CLICK_EVENTS } from 'consts/matomo-click-events';

const STAGE_APPROVE_ARGS = {
willReceiveToken: 'wstETH',
Expand Down
3 changes: 1 addition & 2 deletions shared/banners/vaults-banner-info/const.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export const LINK_EXPLORE_STRATEGIES =
'https://lido.fi/?pk_vid=6c467e14095d5ea11723712888b1fe5f#defi-strategies';
export const LINK_EXPLORE_STRATEGIES = 'https://lido.fi/#defi-strategies';

0 comments on commit 09dfbab

Please sign in to comment.