From 09429d7b425d0efcde10e5a9ae62944c89541707 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 24 Sep 2020 10:49:02 +0100 Subject: [PATCH] Use larger image size --- src/components/Avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;