refactor: modify characters

This commit is contained in:
robin 2022-09-29 12:10:37 +08:00
parent a5569959fc
commit 3eff78775a
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ const TagSelector: FC<IProps> = ({
{item.slug_name}
<span className="ms-1" onMouseUp={() => handleRemove(item)}>
x
×
</span>
</Button>
);