diff --git a/src/components/Avatar.tsx b/src/components/Avatar.tsx index a3f9297..4dcffc9 100644 --- a/src/components/Avatar.tsx +++ b/src/components/Avatar.tsx @@ -24,7 +24,7 @@ import logo from '../imgs/chat-icon.svg'; import './Avatar.scss'; -const AVATAR_SIZE = 60; +const AVATAR_SIZE = 96; interface IProps { className?: string;