문제 수 선택 기능 추가 - 5문제 / 10문제

This commit is contained in:
2026-05-26 15:23:21 +09:00
parent 44e4d46c6c
commit 2779bf1b0e
5 changed files with 124 additions and 22 deletions
+2 -9
View File
@@ -1,4 +1,4 @@
import Link from "next/link";
import StartControls from "./StartControls";
export default function Home() {
return (
@@ -17,14 +17,7 @@ export default function Home() {
</p>
</div>
<div>
<Link
href="/play"
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"
>
</Link>
</div>
<StartControls />
<div className="border-l-4 border-emerald-700 pl-4 text-sm leading-6 text-slate-600">
<p> .</p>