diff --git a/src/app/(landing)/_components/StepsSection.tsx b/src/app/(landing)/_components/StepsSection.tsx index 5205408..d077853 100644 --- a/src/app/(landing)/_components/StepsSection.tsx +++ b/src/app/(landing)/_components/StepsSection.tsx @@ -19,7 +19,7 @@ const steps = [ { icon: NoteIcon, title: "학습하고 기록하기", - description: "할 일을 완료하며 학습하고,\n노트로 기록하세요", + description: "할 일을 완료하며 학습하고\n노트로 기록하세요", }, ]; diff --git a/src/app/(protected)/notes/_components/GoalBanner.tsx b/src/app/(protected)/notes/_components/GoalBanner.tsx index b49b992..bd24918 100644 --- a/src/app/(protected)/notes/_components/GoalBanner.tsx +++ b/src/app/(protected)/notes/_components/GoalBanner.tsx @@ -10,7 +10,7 @@ export default function GoalBanner({ title }: GoalBannerProps) { alt="목표 아이콘" className="h-8 w-8 lg:h-10 lg:w-10" /> -

+

{title}

diff --git a/src/app/(protected)/notes/_components/NoteItem.tsx b/src/app/(protected)/notes/_components/NoteItem.tsx index 32ff159..8ac6d45 100644 --- a/src/app/(protected)/notes/_components/NoteItem.tsx +++ b/src/app/(protected)/notes/_components/NoteItem.tsx @@ -60,7 +60,7 @@ export default function NoteItem({