mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-05 16:00:38 -04:00
fix: replace instagram icon with threads icon (#66793)
This commit is contained in:
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
|
||||
import {
|
||||
faXTwitter,
|
||||
faBluesky,
|
||||
faInstagram,
|
||||
faThreads,
|
||||
faFacebook
|
||||
} from '@fortawesome/free-brands-svg-icons';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
@@ -48,7 +48,7 @@ export const ShareTemplate: React.ComponentType<ShareRedirectProps> = ({
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
>
|
||||
<FontAwesomeIcon icon={faInstagram} size='1x' aria-hidden='true' />
|
||||
<FontAwesomeIcon icon={faThreads} size='1x' aria-hidden='true' />
|
||||
{!minified && t('buttons.share-on-threads')}
|
||||
<span className='sr-only'>{t('aria.opens-new-window')}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user