mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-25 16:08:37 +00:00
fix bridge page
This commit is contained in:
parent
90662fd816
commit
d9406cb0f0
@ -90,13 +90,7 @@ const Download = styled.div`
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const DownloadBridgeButton = styled(Button)`
|
const DownloadBridgeButton = styled(Button)``;
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
`;
|
|
||||||
|
|
||||||
const GoBack = styled.span`
|
const GoBack = styled.span`
|
||||||
color: ${colors.GREEN_PRIMARY};
|
color: ${colors.GREEN_PRIMARY};
|
||||||
@ -174,8 +168,7 @@ class InstallBridge extends PureComponent<Props, State> {
|
|||||||
options={this.state.installers}
|
options={this.state.installers}
|
||||||
/>
|
/>
|
||||||
<Link href={`${this.state.uri}${target.value}`}>
|
<Link href={`${this.state.uri}${target.value}`}>
|
||||||
<DownloadBridgeButton>
|
<DownloadBridgeButton icon={ICONS.DOWNLOAD}>
|
||||||
<Icon icon={ICONS.DOWNLOAD} color={colors.WHITE} size={30} />
|
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
{...l10nMessages.TR_DOWNLOAD_LATEST_BRIDGE}
|
{...l10nMessages.TR_DOWNLOAD_LATEST_BRIDGE}
|
||||||
values={{ version: this.state.latestVersion }}
|
values={{ version: this.state.latestVersion }}
|
||||||
@ -189,7 +182,7 @@ class InstallBridge extends PureComponent<Props, State> {
|
|||||||
<Li key={entry}>{entry}</Li>
|
<Li key={entry}>{entry}</Li>
|
||||||
))}
|
))}
|
||||||
</Ol> */}
|
</Ol> */}
|
||||||
<P isSmaller>
|
<P size="small">
|
||||||
<LearnMoreText>
|
<LearnMoreText>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
{...l10nMessages.TR_LEARN_MORE_ABOUT_LATEST_VERSION}
|
{...l10nMessages.TR_LEARN_MORE_ABOUT_LATEST_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user