diff --git a/app/leaderboard/page.tsx b/app/leaderboard/page.tsx index 713c439..744aca7 100644 --- a/app/leaderboard/page.tsx +++ b/app/leaderboard/page.tsx @@ -20,12 +20,12 @@ export default async function LeaderboardPage({ return (
- +

{t.goldDesc}

- {/* 전체 페이지: 펼친 상태(폴딩 토글·전체보기 링크 숨김) */} - + {/* 전체 페이지: 펼친 상태(폴딩 토글 숨김) */} +
); diff --git a/components/Arena.tsx b/components/Arena.tsx index 87f696c..99bf4d0 100644 --- a/components/Arena.tsx +++ b/components/Arena.tsx @@ -340,7 +340,7 @@ export default function Arena({ value={email} onChange={(e) => onEmailChange(e.target.value)} placeholder={t.emailPh} - className="w-full rounded-2xl border border-[var(--share)] bg-[#0f1217] px-4 py-3 text-[16px] text-white shadow-[0_0_0_2px_rgba(166,94,255,0.12)] outline-none focus:shadow-[0_0_0_2px_rgba(166,94,255,0.3)]" + className="w-full rounded-xl border border-[var(--share)] bg-[#0f1217] px-4 py-3 text-[16px] text-white shadow-[0_0_0_2px_rgba(166,94,255,0.12)] outline-none focus:shadow-[0_0_0_2px_rgba(166,94,255,0.3)]" />