replace class with className, clean style

This commit is contained in:
2024-07-26 16:51:29 +08:00
parent 2b430bd395
commit 91f7043b7c
3 changed files with 6 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ export default function Message(props: Props) {
setChatStore({ ...chatStore });
}}
>
<XMarkIcon class="w-4 h-4" />
<XMarkIcon className="w-4 h-4" />
</button>
<span
onClick={(event: any) => {