0
0
Fork 0

マルチアカウント対応

This commit is contained in:
xeltica 2021-10-09 02:11:00 +09:00
parent 24b419fe60
commit 8a5daa866c
11 changed files with 128 additions and 10 deletions

View file

@ -35,7 +35,7 @@ export const IndexWelcomePage: React.VFC = () => {
<article>
<h3>{t('_welcome.misshaiAlertTitle')}</h3>
<p>{t('_welcome.misshaiAlertDescription')}</p>
<div className="card ma-2 shadow-2" style={{maxWidth: 320}}>
<div className="card ma-2 shadow-2" style={{maxWidth: 360}}>
<div className="body">
<pre>{example}</pre>
</div>