From 6374eda861e28a53d31a9162a9f2d1f31ad3eaf7 Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Fri, 18 Dec 2020 11:24:44 +0100 Subject: [PATCH] updateddeploy btn text --- public/index.html | 27 ++++++------------- .../content/privacy_policy/simple.pug | 2 +- src/includes/content/tnc/simple.pug | 2 +- 3 files changed, 10 insertions(+), 21 deletions(-) diff --git a/public/index.html b/public/index.html index 6a196d4..98385d1 100644 --- a/public/index.html +++ b/public/index.html @@ -171,23 +171,12 @@

The accuracy of the generated privacy policy and terms & conditions on this website is not legally binding. Use at your own risk.

Read the full Disclaimer here

-
-
-
Free privacy policy hosting + website for {{ appName }}.
-
-
-
- - - - -
-
- -
-
Powered by Flycricket
-
-
+
+ + + + +
@@ -346,7 +335,7 @@

- +
@@ -492,7 +481,7 @@

- +
diff --git a/src/includes/content/privacy_policy/simple.pug b/src/includes/content/privacy_policy/simple.pug index 983d974..d2107fb 100644 --- a/src/includes/content/privacy_policy/simple.pug +++ b/src/includes/content/privacy_policy/simple.pug @@ -151,4 +151,4 @@ if (flycricket) div(style='flex:1') button.button.is-info(@click="fc_deploy()" style='float:right;') - | Deploy + | Deploy to Flycricket diff --git a/src/includes/content/tnc/simple.pug b/src/includes/content/tnc/simple.pug index e26001f..05810eb 100644 --- a/src/includes/content/tnc/simple.pug +++ b/src/includes/content/tnc/simple.pug @@ -133,5 +133,5 @@ if (flycricket) div(style='flex:1') button.button.is-info(@click="fc_deploy()" style='float:right;') - | Deploy + | Deploy to Flycricket