Add schedule guide microcopy next to "전체 일정" heading
- 대시보드 "전체 일정" 제목 옆에 "투표하고 싶은 경기를 선택해주세요" 인라인 배치 - 세로 높이 유지(서브라인 X), 제목 옆에 붙여 가시성↑ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>main
parent
38ac0af5a9
commit
c66812d954
|
|
@ -18,8 +18,11 @@ export default function ScheduleBoard() {
|
|||
const groups = matchesByDate();
|
||||
return (
|
||||
<section className="mt-6">
|
||||
<div className="mb-3">
|
||||
<h2 className="text-[22px] font-extrabold">전체 일정</h2>
|
||||
<div className="mb-3 flex items-baseline gap-2.5">
|
||||
<h2 className="shrink-0 text-[22px] font-extrabold">전체 일정</h2>
|
||||
<span className="whitespace-nowrap text-[12px] text-white/55">
|
||||
투표하고 싶은 경기를 선택해주세요
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col gap-5">
|
||||
|
|
|
|||
Loading…
Reference in New Issue