Skip to content

Commit

Permalink
fix(eslint): single quote -> '
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Jan 15, 2024
1 parent 4acca59 commit adb8e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(account)/join-us/StepTwo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function StepOne({
<div>
{/* Heading */}
<h3 className="font-bold text-3xl">Continue Signing Up</h3>
<p className="text-xl">Let's get to know you!</p>
<p className="text-xl">Let&apos;s get to know you!</p>
{/* Progress Bar */}
<ProgressBar ducksFilled={2}></ProgressBar>
{/* Form fields */}
Expand Down

0 comments on commit adb8e91

Please sign in to comment.