From 35a538f34eac79ab39876d4875354330f59b184e Mon Sep 17 00:00:00 2001 From: freya0926 <299410795+freya0926@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:51:38 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=EC=B9=B4=ED=94=BC?= =?UTF-8?q?=EB=A5=BC=20=EB=8D=94=20=EB=94=B0=EB=9C=BB=ED=95=9C=20=ED=86=A4?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=8B=A4=EB=93=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Todo" 제목에 "Today's"를 붙여 인사하듯 부드러운 인상을 주도록 조정. --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 09ac1c1..2de0e6d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,7 +4,7 @@ import { AuroraText } from "@/components/ui/aurora-text" export default function Page() { const title = (

- ✨ Todo + ✨ Today's Todo

)