Skip to content

Commit

Permalink
Update About.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamshorrf authored Oct 2, 2024
1 parent 54dfcfe commit c289d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { motion } from "framer-motion";

import { socials } from "../constants";
import { fadeIn, textVariant } from "../utils/motion";
// import EmailIcon from "./../public/assets/icons/email.svg";
import EmailIcon from "./../public/assets/icons/email.svg";

function About() {
return (
Expand Down Expand Up @@ -37,7 +37,7 @@ I'm actively learning and enhancing my knowledge and skills in cutting-edge tech
<br className="sm:block hidden" />
Let&apos;s collaborate to bring your ideas to life!
</div>
{/* <div className="w-fit break-words">
<div className="w-fit break-words">
<Link
href="mailto:@gmail.com"
target="_blank"
Expand All @@ -47,7 +47,7 @@ I'm actively learning and enhancing my knowledge and skills in cutting-edge tech
<EmailIcon className="w-[30px] h-[30px]" />
@gmail.com
</Link>
</div> */}
</div>
<div className="flex gap-5 items-center">
{socials.map((social) => (
<Link
Expand Down

0 comments on commit c289d55

Please sign in to comment.