diff --git a/.husky/_/.gitignore b/.husky/_/.gitignore index e69de29b..f59ec20a 100644 --- a/.husky/_/.gitignore +++ b/.husky/_/.gitignore @@ -0,0 +1 @@ +* \ No newline at end of file diff --git a/package.json b/package.json index e40f25a7..5385ec27 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postcss": "^8.4.20", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.7.1", + "react-icons": "^4.12.0", "react-toastify": "^9.1.1", "sharp": "^0.31.3", "tailwindcss": "^3.2.4", diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 4dd45b59..b3a4f580 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,5 +1,6 @@ import React from "react" -import { FaDiscord, FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa" +import { FaDiscord, FaGithub, FaLinkedin } from "react-icons/fa" +import { FaXTwitter } from "react-icons/fa6" function Footer() { return ( @@ -39,10 +40,10 @@ function Footer() { target="_blank" > - Twitter + X -