Use larger image size
This commit is contained in:
parent
ae788e16d5
commit
09429d7b42
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue