Replace the auth chat message badge with an icon

This commit is contained in:
Gabe Kangas
2022-09-01 21:41:33 -07:00
parent 7c17e078d3
commit 6d7f0302bf
3 changed files with 20 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
import React from 'react';
import s from './ChatUserBadge.module.scss';
interface Props {
badge: string;
badge: React.ReactNode;
userColor: number;
}