replace class with className, clean style
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user