diff --git a/src/components/AuthorBio/__tests__/__snapshots__/AuthorBio.test.tsx.snap b/src/components/AuthorBio/__tests__/__snapshots__/AuthorBio.test.tsx.snap
index a23c413c7..ad1836617 100644
--- a/src/components/AuthorBio/__tests__/__snapshots__/AuthorBio.test.tsx.snap
+++ b/src/components/AuthorBio/__tests__/__snapshots__/AuthorBio.test.tsx.snap
@@ -37,7 +37,7 @@ exports[`AuthorBio component > should render correctly 1`] = `
diff --git a/src/components/BlogAuthor/__tests__/__snapshots__/BlogAuthor.test.tsx.snap b/src/components/BlogAuthor/__tests__/__snapshots__/BlogAuthor.test.tsx.snap
index 5cec4a2be..5d7c004b0 100644
--- a/src/components/BlogAuthor/__tests__/__snapshots__/BlogAuthor.test.tsx.snap
+++ b/src/components/BlogAuthor/__tests__/__snapshots__/BlogAuthor.test.tsx.snap
@@ -53,7 +53,7 @@ exports[`BlogAuthor component > Twitter link - should render correctly 1`] = `
diff --git a/src/components/BlogAuthor/index.tsx b/src/components/BlogAuthor/index.tsx
index f5ee39820..a38fb7fb9 100644
--- a/src/components/BlogAuthor/index.tsx
+++ b/src/components/BlogAuthor/index.tsx
@@ -1,5 +1,6 @@
import React from 'react';
-import { FaGithub, FaTwitter, FaLinkedin } from 'react-icons/fa';
+import { FaGithub, FaLinkedin } from 'react-icons/fa';
+import { FaXTwitter } from 'react-icons/fa6';
import { Link } from 'gatsby';
import ProfilePic from '../ProfilePic';
@@ -20,7 +21,7 @@ export const TwitterLink = (props) => {
}
return (
-
+
);
};
diff --git a/src/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap b/src/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
index 404f8fa04..f10a699c8 100644
--- a/src/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
+++ b/src/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
@@ -353,7 +353,7 @@ exports[`Footer component > renders correctly 1`] = `
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index ccec6732f..53eb219b2 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -1,6 +1,7 @@
import { Link } from 'gatsby-plugin-react-i18next';
import React from 'react';
-import { FaTwitter, FaYoutube, FaGithub, FaSlack, FaLinkedin } from 'react-icons/fa';
+import { FaYoutube, FaGithub, FaSlack, FaLinkedin } from 'react-icons/fa';
+import { FaXTwitter } from 'react-icons/fa6';
import RandomContributor from '../RandomContributor';
import LanguageSelector from '../LanguageSelector';
import './Footer.scss';
@@ -69,7 +70,7 @@ const Footer = (): JSX.Element => {
-
-
+
diff --git a/src/components/NavBar/__tests__/__snapshots__/NavBar.test.tsx.snap b/src/components/NavBar/__tests__/__snapshots__/NavBar.test.tsx.snap
index 8668c036c..05041dfa7 100644
--- a/src/components/NavBar/__tests__/__snapshots__/NavBar.test.tsx.snap
+++ b/src/components/NavBar/__tests__/__snapshots__/NavBar.test.tsx.snap
@@ -235,7 +235,7 @@ exports[`NavBar component > navbar renders correctly 1`] = `
>
navbar renders correctly 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx
index cfa0b1dc0..8d444dae7 100644
--- a/src/components/NavBar/index.tsx
+++ b/src/components/NavBar/index.tsx
@@ -2,7 +2,8 @@ import * as React from "react"
import PropTypes from "prop-types"
import { Link as Noni18nLink } from "gatsby"
import { Link, useTranslation } from 'gatsby-plugin-react-i18next';
-import { FaTwitter, FaLinkedin, FaYoutube, FaGithub, FaSlack, FaRss } from 'react-icons/fa';
+import { FaLinkedin, FaYoutube, FaGithub, FaSlack, FaRss } from 'react-icons/fa';
+import { FaXTwitter } from 'react-icons/fa6';
// @ts-ignore
import Logo from '../../images/adoptium-logo-dark.svg';
@@ -95,7 +96,7 @@ const NavBar = (): JSX.Element => {
{ typeof window !== 'undefined' && window.location.href.includes('/blog') &&
}
-
+
-
diff --git a/src/templates/__tests__/__snapshots__/blogPost.test.tsx.snap b/src/templates/__tests__/__snapshots__/blogPost.test.tsx.snap
index 52453159a..72e5f62cc 100644
--- a/src/templates/__tests__/__snapshots__/blogPost.test.tsx.snap
+++ b/src/templates/__tests__/__snapshots__/blogPost.test.tsx.snap
@@ -280,7 +280,7 @@ exports[`BlogPost Template page > renders correctly - featured image 1`] = `
@@ -589,7 +589,7 @@ exports[`BlogPost Template page > renders correctly 1`] = `