Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Oct 21, 2024
1 parent b9efa34 commit 89da664
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/app/components/common/logo.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React from 'react';
import { chakra, ChakraProps, Flex, Text, useToken } from '@chakra-ui/react';
import { chakra, ChakraProps, Flex, Text } from '@chakra-ui/react';

export default function Logo(props: ChakraProps) {
const [colorPrimary] = useToken('colors', ['primary.500']);

return (
<Flex gap={2} alignItems='center'>
<chakra.svg
Expand All @@ -25,7 +23,7 @@ export default function Logo(props: ChakraProps) {
/>
</chakra.svg>
<Text fontWeight='800' color='base.500'>
Poldre
Polder
</Text>
</Flex>
);
Expand Down

0 comments on commit 89da664

Please sign in to comment.