fix: style adjustment

This commit is contained in:
shuai 2022-11-10 17:02:52 +08:00
parent cbe0bdb17a
commit 6ce4fc8cb6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const Index: FC<Props> = ({ data }) => {
<br />
{options?.length && (
<>
<span className="text-secondary">{t('options')}</span>
<span className="text-secondary">{t('options')} </span>
{options?.map((item) => {
return <code key={item}>{item} </code>;
})}