fix: some links for information
This commit is contained in:
parent
1a147c8664
commit
8507761272
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue