Skip to content

Commit

Permalink
firstCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 committed May 30, 2024
1 parent d0cd71e commit 8371df3
Show file tree
Hide file tree
Showing 3 changed files with 58 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
50 changes: 50 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 8371df3

Please sign in to comment.