fix: some style problem
This commit is contained in:
parent
6b34fb0bc6
commit
ac46be89a6
@ -69,10 +69,10 @@ const AppInner : React.VFC = () => {
|
||||
</div>
|
||||
) : <Router />}
|
||||
<footer className="text-center pa-5">
|
||||
<p>(C)2020-2023 Shrimpia Network</p>
|
||||
<p>(C) Shrimpia Network, Running on phater.live with ❤️</p>
|
||||
<p><span dangerouslySetInnerHTML={{__html: t('disclaimerForMisskeyHq')}} /></p>
|
||||
<p>
|
||||
<a href="https://xeltica.notion.site/Misskey-Tools-688187fc85de4b7e901055326c7ffe74" target="_blank" rel="noreferrer noopener">
|
||||
<a href="https://phater.live/@ALPINE_SECTOR/pages/mktools" target="_blank" rel="noreferrer noopener">
|
||||
{t('termsOfService')}
|
||||
</a>
|
||||
</p>
|
||||
|
@ -76,7 +76,7 @@ export const IndexWelcomePage: React.VFC = () => {
|
||||
<>
|
||||
<Hero className="fluid shadow-2" isMobile={isMobile}>
|
||||
<div className="hero">
|
||||
<h1 className="shadow-t font-misskey">{t('title')}</h1>
|
||||
<h1 className="shadow-t font-misskey">Misskey Tools</h1>
|
||||
<p className="shadow-t">{t('description1')}</p>
|
||||
<p className="shadow-t">{t('description2')}</p>
|
||||
<FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2">
|
||||
|
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.font-misskey {
|
||||
font-family: "Pretendard JP Variable";
|
||||
font-family: "OTADESIGN Rounded";
|
||||
}
|
||||
|
||||
.loading {
|
||||
|
Loading…
Reference in New Issue
Block a user