mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #580 from appwrite/feat-support-link
Update the support links to point to discord
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
>.
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user