diff --git a/src/components/page-footer.tsx b/src/components/page-footer.tsx index 3509805..51d4591 100644 --- a/src/components/page-footer.tsx +++ b/src/components/page-footer.tsx @@ -7,11 +7,9 @@ import { ListItem, Text, ListIcon, - List, - Tooltip + List } from '@chakra-ui/react'; import { - CollecticonArrowRight, CollecticonBrandLinkedin, CollecticonBrandSatsummit, CollecticonEnvelope, @@ -24,8 +22,6 @@ import Brand from './brand'; import MenuLink from './menu-link'; import { CollecticonBrandX } from './icons/brand-x'; -import { visuallyDisableProps } from '$utils/utils'; - function FooterBlock(props: FlexProps) { return ; }