Merge pull request #925 from esteemapp/bugfix/coverimg

fixed cover image
This commit is contained in:
Mustafa Buyukcelebi 2019-07-04 23:20:57 +03:00 committed by GitHub
commit e61c19c0f9

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');