Skip to content

Commit

Permalink
Merge pull request #6 from ShakthiW/main
Browse files Browse the repository at this point in the history
Removed a miss typed symbol in EmailSection.jsx
  • Loading branch information
judygab authored Nov 20, 2023
2 parents 9cf55e1 + 7dec1ed commit c21840c
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 c21840c

Please sign in to comment.