diff --git a/website/src/components/footer/footer.tsx b/website/src/components/footer/footer.tsx index ad1ca016a..eed7166b2 100644 --- a/website/src/components/footer/footer.tsx +++ b/website/src/components/footer/footer.tsx @@ -2,7 +2,7 @@ import { DefaultParams } from '@/app/[lang]/[region]'; import { FooterClient } from '@/components/footer/footer-client'; import { SILogo } from '@/components/logos/si-logo'; import { WebsiteLanguage, websiteRegions } from '@/i18n'; -import { InformationCircleIcon, UserCircleIcon } from '@heroicons/react/24/solid'; +import { DocumentTextIcon, InformationCircleIcon, UserCircleIcon } from '@heroicons/react/24/solid'; import { SiFacebook, SiGithub, SiInstagram, SiLinkedin, SiX } from '@icons-pack/react-simple-icons'; import { IconType } from '@icons-pack/react-simple-icons/types'; import { Translator } from '@socialincome/shared/src/utils/i18n';