mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
move link
This commit is contained in:
parent
777f951a00
commit
bf47a1684b
@ -34,7 +34,7 @@ const Empty = styled.span`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLinkEmpty = styled(Link)`
|
const StyledLinkEmpty = styled(Link)`
|
||||||
padding: 0 5px;
|
padding: 0;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Gray = styled.span`
|
const Gray = styled.span`
|
||||||
@ -121,8 +121,10 @@ class CoinMenu extends PureComponent<Props> {
|
|||||||
<Wrapper data-test="Main__page__coin__menu">
|
<Wrapper data-test="Main__page__coin__menu">
|
||||||
{this.isMenuEmpty() && (
|
{this.isMenuEmpty() && (
|
||||||
<Empty>
|
<Empty>
|
||||||
<StyledLinkEmpty to="/settings">Select a coin</StyledLinkEmpty>
|
<Gray>
|
||||||
<Gray> in application settings</Gray>
|
Select a coin in{' '}
|
||||||
|
<StyledLinkEmpty to="/settings"> application settings</StyledLinkEmpty>
|
||||||
|
</Gray>
|
||||||
</Empty>
|
</Empty>
|
||||||
)}
|
)}
|
||||||
{config.networks
|
{config.networks
|
||||||
|
Loading…
Reference in New Issue
Block a user