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