0
0
Fork 0

fix: some links for information

This commit is contained in:
아르페 2024-01-31 03:13:10 +09:00
parent 1a147c8664
commit 8507761272
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ const AppInner : React.VFC = () => {
<p>Powered by LycheeBridge with </p>
<p><span dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} /></p>
<p>
<a href="https://phater.live/@ALPINE_SECTOR/pages/mktools" target="_blank" rel="noreferrer noopener">
<a href="https://blog.gozou.moe/mktools-terms" 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://github.com/LycheeBridge/tools/blob/master/CHANGELOG.md';
export const CHANGELOG_URL = 'https://blog.gozou.moe/mktools-changelog';
/** ブレークポイント モバイル */
export const BREAKPOINT_SM = '800px';