Make JetBrains Logo Clickable

This commit is contained in:
IsaacIngram22
2020-05-19 20:02:08 -04:00
committed by Jean-Philippe Sirois
parent c953620b3e
commit dfe392071b
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ export const HomePartner: FC = () => {
return (
<SC.HomePartnerWrapper>
Member of
<SC.StyledJetBrainsLogo alt="JetBrains" />
<SC.JetBrainsLogoWrapper href="https://jetbrains.com">
<SC.StyledJetBrainsLogo alt="JetBrains" />
</SC.JetBrainsLogoWrapper>
Supported user groups
</SC.HomePartnerWrapper>
)
+3
View File
@@ -14,3 +14,6 @@ export const StyledJetBrainsLogo = styled(JetBrainsLogo)`
height: 110px;
margin: 0 16px;
`
export const JetBrainsLogoWrapper = styled.a`
`