コピーライト表記を変更
This commit is contained in:
parent
9076d3d59a
commit
94a5b217ac
2 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,7 @@ import { useTranslation } from 'react-i18next';
|
||||||
import { store } from './store';
|
import { store } from './store';
|
||||||
import { ModalComponent } from './Modal';
|
import { ModalComponent } from './Modal';
|
||||||
import { useTheme } from './misc/theme';
|
import { useTheme } from './misc/theme';
|
||||||
import { BREAKPOINT_SM, XELTICA_STUDIO_URL } from './const';
|
import { BREAKPOINT_SM } from './const';
|
||||||
import { useGetSessionQuery } from './services/session';
|
import { useGetSessionQuery } from './services/session';
|
||||||
import { Router } from './Router';
|
import { Router } from './Router';
|
||||||
import { setMobile } from './store/slices/screen';
|
import { setMobile } from './store/slices/screen';
|
||||||
|
@ -62,7 +62,7 @@ const AppInner : React.VFC = () => {
|
||||||
</div>
|
</div>
|
||||||
) : <Router />}
|
) : <Router />}
|
||||||
<footer className="text-center pa-5">
|
<footer className="text-center pa-5">
|
||||||
<p>(C)2020-2022 <a href={XELTICA_STUDIO_URL} target="_blank" rel="noopener noreferrer">Xeltica Studio</a></p>
|
<p>(C)2020-2023 Shrimpia Network</p>
|
||||||
<p><span dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} /></p>
|
<p><span dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} /></p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://xeltica.notion.site/Misskey-Tools-688187fc85de4b7e901055326c7ffe74" target="_blank" rel="noreferrer noopener">
|
<a href="https://xeltica.notion.site/Misskey-Tools-688187fc85de4b7e901055326c7ffe74" target="_blank" rel="noreferrer noopener">
|
||||||
|
|
|
@ -13,8 +13,6 @@ export const LOCALSTORAGE_KEY_ACCENT_COLOR = 'accent_color';
|
||||||
export const API_ENDPOINT = `//${location.host}/api/v1/`;
|
export const API_ENDPOINT = `//${location.host}/api/v1/`;
|
||||||
/** 更新履歴URL */
|
/** 更新履歴URL */
|
||||||
export const CHANGELOG_URL = 'https://github.com/Xeltica/MisskeyTools/blob/master/CHANGELOG.md';
|
export const CHANGELOG_URL = 'https://github.com/Xeltica/MisskeyTools/blob/master/CHANGELOG.md';
|
||||||
/** Xeltica Studio 公式サイトURL */
|
|
||||||
export const XELTICA_STUDIO_URL = 'https://xeltica.work';
|
|
||||||
|
|
||||||
/** ブレークポイント モバイル */
|
/** ブレークポイント モバイル */
|
||||||
export const BREAKPOINT_SM = '800px';
|
export const BREAKPOINT_SM = '800px';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue