mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
Merge pull request #925 from esteemapp/bugfix/coverimg
fixed cover image
This commit is contained in:
commit
e61c19c0f9
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user