From 83ed9311a55dc560cae03ea49fddc26ecf8abba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B4=EB=9D=BC=EC=BF=A0=EB=AA=A8?= Date: Fri, 3 May 2024 10:07:17 +0900 Subject: [PATCH] style: change terms & changelog url --- src/frontend/App.tsx | 2 +- src/frontend/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/App.tsx b/src/frontend/App.tsx index bccbb70..e3a40c0 100644 --- a/src/frontend/App.tsx +++ b/src/frontend/App.tsx @@ -72,7 +72,7 @@ const AppInner : React.VFC = () => {

{t('poweredBy')}

- + {t('termsOfService')}

diff --git a/src/frontend/const.ts b/src/frontend/const.ts index 40ea961..6529612 100644 --- a/src/frontend/const.ts +++ b/src/frontend/const.ts @@ -12,7 +12,7 @@ export const LOCALSTORAGE_KEY_ACCENT_COLOR = 'accent_color'; /** Misskey Tools API エンドポイント */ export const API_ENDPOINT = `//${location.host}/api/v1/`; /** 更新履歴URL */ -export const CHANGELOG_URL = 'https://blog.gozou.moe/mktools-changelog'; +export const CHANGELOG_URL = 'https://ol.psec.dev/s/whats-new-tools'; /** ブレークポイント モバイル */ export const BREAKPOINT_SM = '800px';