fix: new user write promt style change

This commit is contained in:
shuai 2023-03-23 10:20:54 +08:00
parent ca1fa1c2b5
commit 51c7dfae3b
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ const Index: FC<Props> = ({ visible = false, data, callback }) => {
components={{ strong: <strong /> }} components={{ strong: <strong /> }}
/> />
</p> </p>
<ul> <ul className="mb-0">
<li>{t('tips.li2_1')}</li> <li>{t('tips.li2_1')}</li>
</ul> </ul>
</Alert> </Alert>