Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdancho committed Jan 1, 2025
1 parent e495bad commit b355c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/contests/pages/SolveContestPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function SolvePageContent() {
if ((!state.submittedSolveSet || state.submittedSolveSet.length === 0) && !hasSeenOngoingHint) {
return (
<HintSection>
<p>You can't see results of an ongoing round until you solve all scrambles or the round ends</p>
<p>You can't see the results of an ongoing round until you solve all scrambles or the round ends</p>
<PrimaryButton onClick={() => setHasSeenOngoingHint(true)}>Got it</PrimaryButton>
</HintSection>
)
Expand All @@ -113,7 +113,7 @@ export function SolvePageContent() {
</div>
<div className='ml-10 flex flex-1 items-center gap-4'>
<ExclamationCircleIcon />
<p>You can't see results of an ongoing round until you solve all scrambles or the round ends</p>
<p>You can't see the results of an ongoing round until you solve all scrambles or the round ends</p>
</div>
</SectionHeader>

Expand Down

0 comments on commit b355c02

Please sign in to comment.