Skip to content

Commit

Permalink
capitalize all check
Browse files Browse the repository at this point in the history
  • Loading branch information
flobythebay committed Oct 14, 2023
1 parent 7e92155 commit 94d0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Question(props: QuestionProps): JSX.Element {
setExpand(true);
}}
>
<p className="check-button-text">check</p>
<p className="check-button-text">Check</p>
</button>
)}
</div>
Expand Down

0 comments on commit 94d0133

Please sign in to comment.