avatar size small

This commit is contained in:
feruz 2020-08-17 13:19:35 +03:00
parent 36c03f6865
commit 73f149ff5c

View File

@ -84,7 +84,7 @@ export const getResizedImage = (url, size = 600, format = 'match') => {
return proxifyImageSrc(url, size, 0, format);
};
export const getResizedAvatar = (author, sizeString = 'large') => {
export const getResizedAvatar = (author, sizeString = 'small') => {
if (!author) {
return '';
}