Merge pull request #580 from appwrite/feat-support-link

Update the support links to point to discord
This commit is contained in:
Torsten Dittmann
2023-10-09 12:11:33 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
</svelte:fragment>
</DropList>
<a
href="https://github.com/appwrite/appwrite/issues/new/choose"
href="https://appwrite.io/discord"
target="_blank"
rel="noopener noreferrer"
class="button is-small is-text">
+2 -2
View File
@@ -54,7 +54,7 @@
In order to continue, set the following record on your DNS provider. DNS records may
take up to 48 hours to propagate. Please retry over the next 48 hours, but if
verification still fails, please <a
href="https://github.com/appwrite/appwrite/issues/new/choose"
href="https://appwrite.io/discord"
target="_blank"
rel="noopener noreferrer">contact support</a
>.
@@ -80,7 +80,7 @@
In order to continue, set the following record on your DNS provider. DNS records may
take up to 48 hours to propagate. Please retry over the next 48 hours, but if
verification still fails, please <a
href="https://github.com/appwrite/appwrite/issues/new/choose"
href="https://appwrite.io/discord"
target="_blank"
rel="noopener noreferrer">contact support</a
>.
+1 -1
View File
@@ -90,7 +90,7 @@
{
label: 'Contact support',
callback: () => {
window.open('https://github.com/appwrite/appwrite/issues/new/choose', '_blank');
window.open('https://appwrite.io/discord', '_blank');
},
group: 'help',
icon: 'question-mark-circle'