mirror of https://gitee.com/answerdev/answer.git
Merge branch 'ui' into 'main'
refactor: modify characters See merge request opensource/answer!15
This commit is contained in:
commit
03c32f3fdd
|
@ -194,7 +194,7 @@ const TagSelector: FC<IProps> = ({
|
|||
{item.slug_name}
|
||||
|
||||
<span className="ms-1" onMouseUp={() => handleRemove(item)}>
|
||||
x
|
||||
×
|
||||
</span>
|
||||
</Button>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue