visual stuff

This commit is contained in:
Sendou
2020-01-25 23:34:15 +02:00
parent 5bece0bcd6
commit 77a76d8fd5
3 changed files with 11 additions and 13 deletions

View File

@@ -10,15 +10,12 @@ const HomePage: React.FC<RouteComponentProps> = ({}) => {
const { colorMode, grayWithShade } = useContext(MyThemeContext)
return (
<>
<Flex flexDirection="column" alignItems="center">
<Image
className="rgb"
src={posterGirl[colorMode]}
display="inline-block"
title="Made by borzoic (@borzoic_ on Twitter)"
w="40vw"
h="auto"
/>
<Flex
flexDirection="column"
alignItems="center"
title="Picture by borzoic (@borzoic_ on Twitter)"
>
<Image className="rgb" src={posterGirl[colorMode]} w="40vw" h="auto" />
<Heading
letterSpacing="1px"
fontFamily="'Pacifico', cursive"

View File

@@ -4,9 +4,8 @@ import { Heading } from "@chakra-ui/core"
const Logo: React.FC = () => {
return (
<>
<Heading size="xl">s</Heading>
<Heading size="xl" paddingTop="0.6em">
ink
<Heading fontSize="30px" fontFamily="'Pacifico', cursive">
Sendou.ink
</Heading>
</>
)

View File

@@ -71,7 +71,9 @@ export const SideNavContent: React.FC<SideNavProps> = ({ showLogo = true }) => {
<Flex direction="column">
{showLogo && (
<Flex alignSelf="center">
<Logo />
<Link to="/">
<Logo />
</Link>
</Flex>
)}
<Flex>