From 80a8327c24cc76c83a1137a12873b35dc2ea9f32 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 31 Dec 2025 22:05:28 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=ED=91=B8=ED=84=B0=20=EA=B0=84?= =?UTF-8?q?=EC=86=8C=ED=99=94,=20=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94=20?= =?UTF-8?q?=EB=B0=80=EB=A6=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pc/Footer.jsx | 62 +-------------------------- frontend/src/index.css | 4 ++ 2 files changed, 6 insertions(+), 60 deletions(-) diff --git a/frontend/src/components/pc/Footer.jsx b/frontend/src/components/pc/Footer.jsx index 4f92901..c9dc0fb 100644 --- a/frontend/src/components/pc/Footer.jsx +++ b/frontend/src/components/pc/Footer.jsx @@ -1,69 +1,11 @@ -import { Instagram, Youtube } from 'lucide-react'; -import { socialLinks } from '../../data/dummy'; - -// X (Twitter) 아이콘 컴포넌트 -const XIcon = ({ size = 24 }) => ( - - - -); - function Footer() { const currentYear = new Date().getFullYear(); return ( -