From 89da6643aa26cf9e1e3d2d3cd781f0822a4d8a77 Mon Sep 17 00:00:00 2001 From: Daniel da Silva Date: Mon, 21 Oct 2024 16:18:59 +0100 Subject: [PATCH] Fix logo --- webapp/app/components/common/logo.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 );