숫자 괄호 학습 준비의 play 폴더 위치 변경
This commit is contained in:
@@ -124,7 +124,7 @@ export default function NumberParenthesesClient() {
|
||||
<div>
|
||||
<Link
|
||||
ref={startLinkRef}
|
||||
href={`/play?count=${selectedProblemCount}`}
|
||||
href={`/number-parentheses/play?count=${selectedProblemCount}`}
|
||||
onClick={() => initSession(selectedProblemCount)}
|
||||
className="inline-flex h-12 items-center justify-center rounded-md bg-emerald-700 px-6 text-base font-semibold text-white transition hover:bg-emerald-800 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:ring-offset-2"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user