From 02028f89ce326597ad9930bf9513e2ba82d1611c Mon Sep 17 00:00:00 2001
From: Julien Nahum
Date: Sat, 3 Feb 2024 17:41:52 +0100
Subject: [PATCH] Added discord server mentions
---
client/components/pages/OpenFormFooter.vue | 24 +++++++++++-----------
client/opnform.config.js | 2 +-
client/pages/index.vue | 11 +++-------
config/links.php | 2 +-
4 files changed, 17 insertions(+), 22 deletions(-)
diff --git a/client/components/pages/OpenFormFooter.vue b/client/components/pages/OpenFormFooter.vue
index b4c47b5..940bde2 100644
--- a/client/components/pages/OpenFormFooter.vue
+++ b/client/components/pages/OpenFormFooter.vue
@@ -16,18 +16,6 @@
diff --git a/client/opnform.config.js b/client/opnform.config.js
index ef982f5..04cf4e5 100644
--- a/client/opnform.config.js
+++ b/client/opnform.config.js
@@ -11,7 +11,7 @@ export default {
"changelog_url": "https://opnform.canny.io/changelog",
"github_url": "https://github.com/JhumanJ/OpnForm",
"github_forum_url": "https://github.com/JhumanJ/OpnForm/discussions",
- "facebook_group": "https://www.facebook.com/groups/opnform/",
+ 'discord': 'https://discord.gg/YTSjU2a9TS',
"twitter": "https://twitter.com/OpnForm",
"zapier_integration": "https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/",
"book_onboarding": "https://zcal.co/i/YQVGEULQ",
diff --git a/client/pages/index.vue b/client/pages/index.vue
index b1f0f18..0384af4 100644
--- a/client/pages/index.vue
+++ b/client/pages/index.vue
@@ -150,13 +150,8 @@
/>
-
-
+
+
-
diff --git a/config/links.php b/config/links.php
index 51668b9..775fe0f 100644
--- a/config/links.php
+++ b/config/links.php
@@ -6,7 +6,7 @@ return [
'changelog_url' => 'https://opnform.canny.io/changelog',
'github_url' => 'https://github.com/JhumanJ/OpnForm',
'github_forum_url' => 'https://github.com/JhumanJ/OpnForm/discussions',
- 'facebook_group' => 'https://www.facebook.com/groups/opnform/',
+ 'discord' => 'https://discord.gg/YTSjU2a9TS',
'twitter' => 'https://twitter.com/OpnForm',
'zapier_integration' => 'https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/',
'book_onboarding' => 'https://zcal.co/i/YQVGEULQ',