From 928b46f13abf72d7ae641788c79ee9781139e790 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 2 May 2026 18:53:58 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=A7=80/=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=84=B9=EC=85=98=20=EB=9D=BC=EB=B2=A8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20'=EB=A9=94=EC=9D=B4=ED=94=8C=EC=8A=A4=ED=86=A0?= =?UTF-8?q?=EB=A6=AC'=20=EC=A0=91=EB=91=90=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NoticeWidget config 의 notice/update 라벨을 '공지사항' / '업데이트' 로 단축. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/components/pc/NoticeWidget/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/pc/NoticeWidget/config.js b/frontend/src/components/pc/NoticeWidget/config.js index 1170638..c6f981d 100644 --- a/frontend/src/components/pc/NoticeWidget/config.js +++ b/frontend/src/components/pc/NoticeWidget/config.js @@ -1,6 +1,6 @@ export const SECTIONS = { - notice: { label: '메이플스토리 공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' }, - update: { label: '메이플스토리 업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' }, + notice: { label: '공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' }, + update: { label: '업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' }, event: { label: '진행 중인 이벤트', dataKey: 'event_notice',