Skip to content

Commit

Permalink
Update Contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 5, 2024
1 parent bf53be3 commit 2cdf111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Contact.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from "next/image";
import { TfiInstagramAlt, TfiTwitterAlt } from "react-icons/tfi";
import { TfiInstagram, TfiTwitterAlt } from "react-icons/tfi";
import Rectangle from "../public/Rectangle.svg";

const Contact = () => {
Expand Down Expand Up @@ -31,7 +31,7 @@ const Contact = () => {
rel="noopener noreferrer"
className=" flex align-middle items-center font-jak font-bold space-x-1 w-max "
>
<TfiInstagramAlt className="text-[#CA6298] dark:text-[#ff339c] h-3 w-3 md:h-4 md:w-4 " />
<TfiInstagram className="text-[#CA6298] dark:text-[#ff339c] h-3 w-3 md:h-4 md:w-4 " />
<h5 className="text-transparent dark:text-[#ff339c]">
priyansxu_gupta
</h5>
Expand Down

0 comments on commit 2cdf111

Please sign in to comment.