mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 14:46:10 -05:00
visual stuff
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user