Skip to content

Commit

Permalink
Updated twitter logo & name to X (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
llr3v0ll authored Feb 7, 2024
1 parent 432c970 commit cefcb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
UserCircleIcon,
UserGroupIcon,
} from '@heroicons/react/24/solid';
import { SiFacebook, SiGithub, SiInstagram, SiLinkedin, SiTwitter } from '@icons-pack/react-simple-icons';
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';
import { BaseContainer, Typography } from '@socialincome/ui';
Expand Down Expand Up @@ -73,7 +73,7 @@ export default async function Footer({ lang, region }: DefaultParams) {
url="https://www.instagram.com/so_income"
target="_blank"
/>
<FooterLink Icon={SiTwitter} label="Twitter" url="https://twitter.com/so_income" target="_blank" />
<FooterLink Icon={SiX} label="X" url="https://twitter.com/so_income" target="_blank" />
<FooterLink
Icon={SiFacebook}
label="Facebook"
Expand Down

0 comments on commit cefcb90

Please sign in to comment.