diff --git a/src/features/contests/pages/SolveContestPage/index.tsx b/src/features/contests/pages/SolveContestPage/index.tsx index 12413bd..4b6caa7 100644 --- a/src/features/contests/pages/SolveContestPage/index.tsx +++ b/src/features/contests/pages/SolveContestPage/index.tsx @@ -97,7 +97,7 @@ export function SolvePageContent() { if ((!state.submittedSolveSet || state.submittedSolveSet.length === 0) && !hasSeenOngoingHint) { return ( -

You can't see results of an ongoing round until you solve all scrambles or the round ends

+

You can't see the results of an ongoing round until you solve all scrambles or the round ends

setHasSeenOngoingHint(true)}>Got it
) @@ -113,7 +113,7 @@ export function SolvePageContent() {
-

You can't see results of an ongoing round until you solve all scrambles or the round ends

+

You can't see the results of an ongoing round until you solve all scrambles or the round ends