From 0a863510aa79816034beb7b55c5743fc31c22a83 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Fri, 17 Oct 2025 16:02:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=EC=97=90=20=EA=B0=9C=EC=9D=B8=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EB=B0=A9=EC=B9=A8=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 설정 페이지 하단에 개인정보처리방침 링크 추가 - 로그아웃 버튼 아래 40px 간격 배치 - #043465 컬러 및 밑줄 스타일 적용 - 클릭 시 새 창에서 https://www.nicevan.co.kr/privacy-policy 열기 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/pages/setting/setting-page.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/pages/setting/setting-page.tsx b/src/pages/setting/setting-page.tsx index 967515f..c6060c4 100644 --- a/src/pages/setting/setting-page.tsx +++ b/src/pages/setting/setting-page.tsx @@ -10,6 +10,10 @@ export const SettingPage = () => { useSetHeaderType(HeaderType.LeftArrow); useSetFooterMode(false); + const onClickPrivacyPolicy = () => { + window.open('https://www.nicevan.co.kr/privacy-policy', '_blank'); + }; + return ( <>
@@ -101,6 +105,21 @@ export const SettingPage = () => {
로그아웃
+ +
+
+ 개인정보처리방침 +
+