Skip to content

Commit

Permalink
fix(support-link): link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 15, 2022
1 parent b3c0818 commit 7ddee26
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ const HelpContainer = styled.div`
const Help = () => {
return (
<HelpContainer>
<Link color='grey400' href='support.blockchain.com' size='14px' target='_blank' weight={500}>
<Link
color='grey400'
href='https://support.blockchain.com/'
size='14px'
target='_blank'
weight={500}
>
<Text color='grey400' size='16px' weight={500}>
<FormattedMessage id='scenes.login.need.help' defaultMessage='Need Help?' />
</Text>
Expand Down

0 comments on commit 7ddee26

Please sign in to comment.