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}