mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 03:11:38 +03:00
avatar size small
This commit is contained in:
parent
36c03f6865
commit
73f149ff5c
@ -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 '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user