Skip to content

Commit

Permalink
remove apostrophes
Browse files Browse the repository at this point in the history
  • Loading branch information
judygab committed Aug 30, 2023
1 parent ef4d767 commit 410c099
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/components/EmailSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const EmailSection = () => {
</h5>
<p className="text-[#ADB7BE] mb-4 max-w-md">
{" "}
I'&apos;m currently looking for new opportunities, my inbox is always
open. Whether you have a question or just want to say hi, I'&apos;ll
I&apos;m currently looking for new opportunities, my inbox is always
open. Whether you have a question or just want to say hi, I&apos;ll
try my best to get back to you!
</p>
<div className="socials flex flex-row gap-2">
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HeroSection = () => {
>
<h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-8xl lg:leading-normal font-extrabold">
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary-400 to-secondary-600">
Hello, I'&apos;m{" "}
Hello, I&apos;m{" "}
</span>
<br></br>
<TypeAnimation
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = {
},
colors: {
...colors,
primary: colors.yellow,
secondary: colors.yellow,
primary: colors.purple,
secondary: colors.pink,
},
},
plugins: [],
Expand Down

0 comments on commit 410c099

Please sign in to comment.