Skip to content

Commit

Permalink
fea(find-me): update twitter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Sep 12, 2023
1 parent 0d23a4b commit bcca95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/home/findme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import Link from 'next/link';
import {
FaGithub,
FaTwitch,
FaTwitter,
FaXTwitter,
FaMastodon,
FaLinkedin,
} from 'react-icons/fa';
} from 'react-icons/fa6';
import LocalizedMessage from '@/components/i18n/localizedMessage';
import styles from './index.module.scss';
import type { FC } from 'react';
Expand All @@ -22,7 +22,7 @@ const metaData = [
title: 'augustin_ma',
},
{
icon: <FaTwitter />,
icon: <FaXTwitter />,
link: 'https://twitter.com/_August1_',
title: '@_August1_',
},
Expand Down

0 comments on commit bcca95e

Please sign in to comment.