Logo correction
This commit is contained in:
parent
9302594002
commit
e9f7fbee40
@ -39,7 +39,7 @@ const desktopRender = () => {
|
||||
<H1 as="h1">
|
||||
Welcome to
|
||||
<Container display="inline" color={theme.colors.green}>
|
||||
Gonito.net!
|
||||
Gonito!
|
||||
</Container>
|
||||
</H1>
|
||||
<FlexRow gap='20px'>
|
||||
@ -52,7 +52,7 @@ const desktopRender = () => {
|
||||
Join us!
|
||||
</ButtonLink>
|
||||
</Container>
|
||||
<Svg src={codepenIco} width='212px' height='180px' backgroundColor={theme.colors.green}/>
|
||||
<Svg src={codepenIco} width='180px' height='150px' size='contain' backgroundColor={theme.colors.green}/>
|
||||
</FlexRow>
|
||||
</FlexColumn>
|
||||
);
|
||||
|
@ -16,7 +16,7 @@ const LogoStyle = styled(H1)`
|
||||
const Logo = () => {
|
||||
return (
|
||||
<LogoStyle as={Link} cursor='pointer' to='/' color={theme.colors.green}>
|
||||
Gonito.net
|
||||
Gonito
|
||||
</LogoStyle>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user