fix: locale
This commit is contained in:
parent
ac46be89a6
commit
830af2b31d
3 changed files with 5 additions and 5 deletions
|
@ -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">Misskey Tools</h1>
|
||||
<h1 className="shadow-t font-misskey">{t('title')}</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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue