From f567ccc583330267259365f94b7e740e8ab9c5ca Mon Sep 17 00:00:00 2001 From: Anshul Jain Date: Fri, 22 Apr 2022 19:10:52 +0530 Subject: [PATCH] updated push notification setup links for iOS & andriod --- dist/app.js | 4 ++-- src/components/NotificationForm.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/app.js b/dist/app.js index a494f0a..19947c4 100644 --- a/dist/app.js +++ b/dist/app.js @@ -3988,7 +3988,7 @@ var render = function() { { attrs: { href: - "https://help.fliplet.com/configure-push-notifications-for-ios/", + "https://help.fliplet.com/push-notifications/#1", target: "_blank" } }, @@ -4000,7 +4000,7 @@ var render = function() { { attrs: { href: - "https://help.fliplet.com/configure-push-notifications-for-android/", + "https://help.fliplet.com/push-notifications/#2", target: "_blank" } }, diff --git a/src/components/NotificationForm.vue b/src/components/NotificationForm.vue index f85947e..446e7e8 100644 --- a/src/components/NotificationForm.vue +++ b/src/components/NotificationForm.vue @@ -167,7 +167,7 @@ Push notification
New! Web apps can now receive push notifications.
-
To send push notifications to your native app, you must configure push notifications on iOS and Android.
+
To send push notifications to your native app, you must configure push notifications on iOS and Android.

{{ errors.channels }}