From 39f493eb0c0bd658a09c8579feaa0e9b6fe6e49a Mon Sep 17 00:00:00 2001 From: rhea-so Date: Thu, 2 May 2024 01:59:29 +0900 Subject: [PATCH] chore: Update sponsors --- web/package.json | 2 +- web/src/pages/setting/components/privacy-policy.list-item.tsx | 2 +- .../setting/components/term-and-conditions.list-item.tsx | 2 +- web/src/pages/sponsors.tsx | 1 + web/src/router.tsx | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 96bbf75..7b47a7e 100644 --- a/web/package.json +++ b/web/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.62", + "version": "0.4.63", "type": "module", "scripts": { "dev": "vite", diff --git a/web/src/pages/setting/components/privacy-policy.list-item.tsx b/web/src/pages/setting/components/privacy-policy.list-item.tsx index 629d2e4..53fc2b9 100644 --- a/web/src/pages/setting/components/privacy-policy.list-item.tsx +++ b/web/src/pages/setting/components/privacy-policy.list-item.tsx @@ -7,7 +7,7 @@ const PrivacyPolicyListItem = () => { const navigate = useNavigate(); const { t } = useTranslation(); - return } title={t('privacy-policy')} link onClick={() => navigate('/privacy_policy')} />; + return } title={t('privacy-policy')} link onClick={() => navigate('/privacy_policy.html')} />; }; export default PrivacyPolicyListItem; diff --git a/web/src/pages/setting/components/term-and-conditions.list-item.tsx b/web/src/pages/setting/components/term-and-conditions.list-item.tsx index 22b3b7f..d99e7ed 100644 --- a/web/src/pages/setting/components/term-and-conditions.list-item.tsx +++ b/web/src/pages/setting/components/term-and-conditions.list-item.tsx @@ -7,7 +7,7 @@ const TermAndConditionsListItem = () => { const navigate = useNavigate(); const { t } = useTranslation(); - return } title={t('term-and-conditions')} link onClick={() => navigate('/term_and_conditions')} />; + return } title={t('term-and-conditions')} link onClick={() => navigate('/term_and_conditions.html')} />; }; export default TermAndConditionsListItem; diff --git a/web/src/pages/sponsors.tsx b/web/src/pages/sponsors.tsx index edb9f99..6d88222 100644 --- a/web/src/pages/sponsors.tsx +++ b/web/src/pages/sponsors.tsx @@ -17,6 +17,7 @@ const SponsorsPage = () => {
  • doer
  • {/* 2024-05-02 KakaoPay */}
  • 행복한삐에로
  • {/* 2024-05-02 KakaoPay */}
  • Conan
  • {/* 2024-05-02 KakaoPay */} +
  • 탑뚜기
  • {/* 2024-05-02 KakaoPay */} diff --git a/web/src/router.tsx b/web/src/router.tsx index f4aaef9..cd23dde 100644 --- a/web/src/router.tsx +++ b/web/src/router.tsx @@ -23,8 +23,8 @@ const Router = () => { } /> - } /> - } /> + } /> + } /> } />