diff --git a/webapp/app/components/common/logo.tsx b/webapp/app/components/common/logo.tsx index 65da4e0..e7afa2c 100644 --- a/webapp/app/components/common/logo.tsx +++ b/webapp/app/components/common/logo.tsx @@ -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 ( - Poldre + Polder );