미지수 괄호 문제 풀이 추가
This commit is contained in:
+4
-3
@@ -32,8 +32,9 @@ const subjects: Subject[] = [
|
||||
},
|
||||
{
|
||||
label: "미지수 괄호 풀기",
|
||||
description: "미지수가 들어간 괄호식은 이후 단계에서 추가됩니다.",
|
||||
disabled: true,
|
||||
description: "괄호 안에 미지수 x가 들어간 식의 부호 변화를 연습합니다.",
|
||||
href: "/variable-parentheses",
|
||||
disabled: false,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -90,7 +91,7 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<div className="border-l-4 border-emerald-700 pl-4 text-sm leading-6 text-slate-600">
|
||||
<p>지금은 숫자 괄호 학습만 사용할 수 있습니다.</p>
|
||||
<p>지금은 숫자 괄호와 미지수 괄호 학습을 사용할 수 있습니다.</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user