diff --git a/config.xml b/config.xml index b12a396..7175a4e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts index c21b381..03e501f 100644 --- a/src/pages/stream/stream.ts +++ b/src/pages/stream/stream.ts @@ -256,7 +256,7 @@ export class StreamPage { presentToast(text) { let toast = this.toastCtrl.create({ - position: 'middle', + position: 'top', message: text, duration: 2000 }); @@ -358,7 +358,7 @@ export class NewPostModal { presentToast(text) { let toast = this.toastCtrl.create({ - position: 'middle', + position: 'top', message: text, duration: 2000 });