Skip to content

Commit

Permalink
Update EmailSection.jsx
Browse files Browse the repository at this point in the history
Removed the unwanted "`" symbol from let's connect.
  • Loading branch information
ShakthiW authored Nov 17, 2023
1 parent a240578 commit 7dec1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/EmailSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const EmailSection = () => {
<div className="bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-primary-900 to-transparent rounded-full h-80 w-80 z-0 blur-lg absolute top-3/4 -left-4 transform -translate-x-1/2 -translate-1/2"></div>
<div className="z-10">
<h5 className="text-xl font-bold text-white my-2">
Let`&apos;s Connect
Let&apos;s Connect
</h5>
<p className="text-[#ADB7BE] mb-4 max-w-md">
{" "}
Expand Down

0 comments on commit 7dec1ed

Please sign in to comment.