From ca134da62854a86f38ced624c7d71048e53eaf92 Mon Sep 17 00:00:00 2001 From: sjungwon03 Date: Fri, 24 Jul 2026 21:56:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Footer=20=EC=BD=94=EB=93=9C=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0=20=EB=B0=98=EC=98=81=20(alt=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8,=20=EC=9E=84=EC=9D=98=20=ED=8F=B0=ED=8A=B8=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 로고에 의미 있는 alt 텍스트를 추가하고, 저작권 문구의 임의 폰트 크기(text-[11px])를 디자인 시스템 토큰 기반 클래스(text-xs)로 교체한다. Closes #252 Co-Authored-By: Claude Sonnet 5 --- src/widgets/footer/Footer.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/widgets/footer/Footer.tsx b/src/widgets/footer/Footer.tsx index 4e878db..d6ac2c2 100644 --- a/src/widgets/footer/Footer.tsx +++ b/src/widgets/footer/Footer.tsx @@ -5,14 +5,12 @@ export function Footer() { return ( );