Skip to content

Commit

Permalink
fix: react/no-unescaped-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
lassiecoder committed Apr 10, 2024
1 parent e456308 commit 97ee70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ContactForm = () => {
{/* Ways to Connect with Me */}
<div className="flex header-container">
<div className="mr-4 title-box">
<p className="text">I'm open to </p>
<p className="text">I&apos;m open to </p>
</div>
<div className="subtitle-box">
<p className="text">
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/homescreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function HomeScreen() {
<h1 className="md:text-6xl text-2xl lg:text-6xl font-bold text-center text-white relative z-20 mt-30">
<div className="flex header-container">
<div className="mr-4 title-box">
<p className="text">Hi! I'm </p>
<p className="text">Hi! I&apos;m </p>
</div>
<div className="subtitle-box">
<p className="text">
Expand Down

0 comments on commit 97ee70b

Please sign in to comment.