diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 89ceecb..a81f816 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,5 @@ import { ReactNode } from 'react'; -import { Box, Button, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react'; +import { Box, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react'; import { FaGithub, FaTwitter } from "react-icons/fa"; const SocialButton = ({ children, label, href } : {