style: change terms & changelog url

This commit is contained in:
オスカー、 2024-05-03 10:07:17 +09:00
parent 320820a46a
commit 83ed9311a5
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ const AppInner : React.VFC = () => {
<p>{t('poweredBy')}</p>
<p><span dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} /></p>
<p>
<a href="https://blog.gozou.moe/mktools-terms" target="_blank" rel="noreferrer noopener">
<a href="https://ol.psec.dev/s/misskey-tools" target="_blank" rel="noreferrer noopener">
{t('termsOfService')}
</a>
</p>

View File

@ -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';