Skip to content

Commit

Permalink
Merge pull request #164 from Amruta7203/new
Browse files Browse the repository at this point in the history
updated twitter logo
  • Loading branch information
PatilHarshh authored Jun 6, 2024
2 parents 6d75468 + e357d6a commit fc64e3d
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { FaFacebookF, FaTwitter, FaLinkedinIn } from "react-icons/fa";
import { FaFacebookF, FaLinkedinIn } from "react-icons/fa";
import {FaXTwitter} from 'react-icons/fa6';
import { FiInstagram } from "react-icons/fi";
import { footerLinks } from "../utils/data";
import { Link } from "react-router-dom";
Expand Down Expand Up @@ -72,7 +73,7 @@ const Footer = () => {
<FaFacebookF />
</a>
<a href="#" className="text-2xl hover:text-gray-300">
<FaTwitter />
<FaXTwitter />
</a>
<a href="#" className="text-2xl hover:text-gray-300">
<FiInstagram />
Expand Down
45 changes: 45 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"react-icons": "^5.2.1"
}
}

0 comments on commit fc64e3d

Please sign in to comment.