chakura is broke

This commit is contained in:
2024-11-20 16:37:54 -05:00
parent c82d4c7920
commit f17285db46
6 changed files with 87 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ import NextLink from "next/link";
const Header: React.FC = () => {
return (
<>
<Box as="header" bg="primary" color="white" px="6" py="4" shadow="md">
<Flex justify="space-between" align="center" maxW="5xl" mx="auto">
<Heading as="h1" size="lg">
@@ -31,6 +32,7 @@ const Header: React.FC = () => {
</Flex>
</Flex>
</Box>
</>
);
};