Skip to content

Commit

Permalink
fix(suite): keep metal link change to multi share version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vít Nekolný committed Feb 24, 2025
1 parent a010814 commit 595fdfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
Row,
} from '@trezor/components';
import { spacings } from '@trezor/theme';
import { ESHOP_KEEP_METAL_SINGLE_SHARE_URL, HELP_CENTER_SEED_CARD_URL } from '@trezor/urls';
import { ESHOP_KEEP_METAL_MULTI_SHARE_URL, HELP_CENTER_SEED_CARD_URL } from '@trezor/urls';

import { Translation, TrezorLink } from 'src/components/suite';

Expand Down Expand Up @@ -115,7 +115,7 @@ export const MultiShareBackupStep2to4 = ({ step }: MultiShareBackupStep2to4Props
),
keepLink: chunks => (
<TrezorLink
href={ESHOP_KEEP_METAL_SINGLE_SHARE_URL}
href={ESHOP_KEEP_METAL_MULTI_SHARE_URL}
variant="underline"
typographyStyle="hint"
>
Expand Down
3 changes: 3 additions & 0 deletions packages/urls/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,7 @@ export const TREZOR_SAFE_5_URL: Url = 'https://trezor.io/trezor-safe-5';
export const ESHOP_KEEP_METAL_SINGLE_SHARE_URL: Url =
'https://trezor.io/trezor-keep-metal-single-share';

export const ESHOP_KEEP_METAL_MULTI_SHARE_URL: Url =
'https://trezor.io/trezor-keep-metal-multi-share';

export const TRADING_DOWNLOAD_INVITY_APP_URL: Url = 'https://get.invity.io';

0 comments on commit 595fdfc

Please sign in to comment.