mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-01 09:33:14 +00:00
chat-small-fixes
This commit is contained in:
@@ -5,5 +5,5 @@ export default function Avatar({
|
||||
avatar: string;
|
||||
size?: 'SMALL' | 'MEDIUM' | 'LARGE';
|
||||
}) {
|
||||
return <div>{avatar}</div>;
|
||||
return <div className={'mt-4 text-2xl'}>{avatar}</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user