Skip to content

Commit

Permalink
bugfix(website): Missing icon for legal item in the footer (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyray authored Feb 10, 2024
1 parent d15a0bf commit 631b7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 631b7c3

Please sign in to comment.