diff --git a/package.json b/package.json index f198868..2c58d35 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.11.0", "react-responsive": "^9.0.0-beta.10", "sirv": "^2.0.2", "vite-plugin-ssr": "^0.4.26" diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 4961dff..2309ae9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,9 +1,9 @@ import { FaGithub, - FaTwitter, + FaXTwitter, FaLinkedinIn, FaInstagram, -} from 'react-icons/fa/index'; +} from 'react-icons/fa6'; const Footer = () => (