Use larger image size

This commit is contained in:
Jorik Schellekens 2020-09-24 10:49:02 +01:00 committed by GitHub
parent ae788e16d5
commit 09429d7b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ import logo from '../imgs/chat-icon.svg';
import './Avatar.scss'; import './Avatar.scss';
const AVATAR_SIZE = 60; const AVATAR_SIZE = 96;
interface IProps { interface IProps {
className?: string; className?: string;