Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 27, 2024
1 parent e920e1c commit 8d334b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NameForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function NameForm() {
<form onSubmit={handleSubmit(onSubmit)}>
<h1 className="text-3xl">Set Username</h1>
<p className="text-center">
Please choose a username. You won't be able to change this in the
Please choose a username. You won&apos;t be able to change this in the
future.
</p>
<Controller
Expand Down

0 comments on commit 8d334b4

Please sign in to comment.