fix bridge page

pull/463/head
slowbackspace 5 years ago
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…
Cancel
Save