fixed cover image

This commit is contained in:
u-e 2019-07-04 23:19:15 +03:00
parent 27707d5e0d
commit 52ced77290

View File

@ -94,7 +94,7 @@ class ProfileSummaryView extends PureComponent {
const isColumn = rowLength && DEVICE_WIDTH / rowLength <= 7.3;
const followButtonIcon = !isFollowing ? 'account-plus' : 'account-minus';
const coverImageUrl = `http://img.esteem.app/400x0/${coverImage}`;
const coverImageUrl = `https://steemitimages.com/400x0/${coverImage}`;
dropdownOpions.push(!isMuted ? 'MUTE' : 'UNMUTE');