1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

move link

This commit is contained in:
Vladimir Volek 2019-04-23 12:13:13 +02:00
parent 777f951a00
commit bf47a1684b

View File

@ -34,7 +34,7 @@ const Empty = styled.span`
`;
const StyledLinkEmpty = styled(Link)`
padding: 0 5px;
padding: 0;
`;
const Gray = styled.span`
@ -121,8 +121,10 @@ class CoinMenu extends PureComponent<Props> {
<Wrapper data-test="Main__page__coin__menu">
{this.isMenuEmpty() && (
<Empty>
<StyledLinkEmpty to="/settings">Select a coin</StyledLinkEmpty>
<Gray> in application settings</Gray>
<Gray>
Select a coin in{' '}
<StyledLinkEmpty to="/settings"> application settings</StyledLinkEmpty>
</Gray>
</Empty>
)}
{config.networks