(feat:bubble) replace emoji with user profile

This commit is contained in:
ManishMadan2882
2024-12-04 02:47:57 +05:30
parent 05fdf6b93a
commit 75173473ae
3 changed files with 11 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ export default function Avatar({
size,
className,
}: {
avatar: string | ReactNode;
avatar: ReactNode;
size?: 'SMALL' | 'MEDIUM' | 'LARGE';
className: string;
}) {