feat: feature/rainbow-component

This commit is contained in:
Nikolaj Frey 2023-07-10 10:41:08 +10:00
parent cca6f44b8e
commit 5305e407c9

View File

@ -39,8 +39,8 @@ export default function Index() {
> >
{/* <Box paddingTop={200}></Box> */} {/* <Box paddingTop={200}></Box> */}
{/* <Splash></Splash> */} {/* <Splash></Splash> */}
<Center width="100vw" maxWidth="100%" minHeight="100vh" paddingY={200}> <Center width="100vw" maxWidth="100%" minHeight="100vh" paddingY={100}>
<Thingtime width="800px" valuePl={0} thing={ode}></Thingtime> <Thingtime width="700px" valuePl={0} thing={ode}></Thingtime>
</Center> </Center>
</Flex> </Flex>
) )