- fixes
This commit is contained in:
@@ -28,10 +28,6 @@ export class GridPage {
|
|||||||
this.tabNavEl.style.display = 'flex';
|
this.tabNavEl.style.display = 'flex';
|
||||||
}
|
}
|
||||||
|
|
||||||
doTellStory() {
|
|
||||||
this.navCtrl.push(TellYourStoryPage);
|
|
||||||
}
|
|
||||||
|
|
||||||
getBackgroundThumbnail(pics) {
|
getBackgroundThumbnail(pics) {
|
||||||
return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + pics.thumb + ')');
|
return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + pics.thumb + ')');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user