0
0
Fork 0

免責事項を追加

This commit is contained in:
xeltica 2021-10-08 15:03:25 +09:00
parent 6e3727d587
commit 24b419fe60

View file

@ -66,6 +66,7 @@ const AppInner : React.VFC = () => {
</Switch>
<footer className="text-center pa-5">
<p>(C)2020-2021 Xeltica</p>
<p dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} />
<p><Link to="/term">{t('termsOfService')}</Link></p>
</footer>
<ModalComponent />