From 74a571341463a9243810f914401d85c37e7d2494 Mon Sep 17 00:00:00 2001 From: Tomas Martykan Date: Mon, 27 Jan 2025 17:31:15 +0100 Subject: [PATCH] fix(suite): use TrezorLink in IOAddress to handle tor properly --- packages/suite/src/components/suite/copy/IOAddress.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/suite/src/components/suite/copy/IOAddress.tsx b/packages/suite/src/components/suite/copy/IOAddress.tsx index 852d57a5ec1..62b2384fce4 100644 --- a/packages/suite/src/components/suite/copy/IOAddress.tsx +++ b/packages/suite/src/components/suite/copy/IOAddress.tsx @@ -2,10 +2,11 @@ import { useState } from 'react'; import styled, { css, useTheme } from 'styled-components'; -import { Icon, Link, Text } from '@trezor/components'; +import { Icon, Text } from '@trezor/components'; import { copyToClipboard } from '@trezor/dom-utils'; import { HiddenPlaceholder } from 'src/components/suite/HiddenPlaceholder'; +import { TrezorLink } from 'src/components/suite/TrezorLink'; const IconWrapper = styled.div` display: none; @@ -124,13 +125,13 @@ export const IOAddress = ({ ) : null} {explorerUrl ? ( - - + ) : null}