diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8457e058c2..88b7f454f0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -4,7 +4,7 @@ body: - type: checkboxes attributes: label: Are you certain it's a bug? - description: If you're uncertain, feel free to ping us at our community Discord server instead - https://community.dyte.io + description: If you're uncertain, feel free to ping us at support@dyte.io options: - label: Yes, it looks like a bug required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 79d701d569..20171557f9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Question - url: https://community.dyte.io - about: Please ask and answer questions on our community Discord server. \ No newline at end of file + url: mailto:support@dyte.io + about: Please ask and answer questions on our support email. diff --git a/docusaurus.config.js b/docusaurus.config.js index 85dcd1407b..8303e36934 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -621,10 +621,6 @@ const config = { label: 'Blog', href: 'https://dyte.io/blog', }, - { - label: 'Community', - href: 'https://community.dyte.io', - }, ], }, ], diff --git a/src/components/homepage/CommunitySection.jsx b/src/components/homepage/CommunitySection.jsx index f6c0356b08..b63ee2cc06 100644 --- a/src/components/homepage/CommunitySection.jsx +++ b/src/components/homepage/CommunitySection.jsx @@ -2,21 +2,20 @@ import React from 'react'; import Link from '@docusaurus/Link'; import { Linkedin, Twitter } from 'react-feather'; -import { DiscordIcon } from '@site/src/icons'; const githubUsernames = [ 'vaibhavshn', 'akigugale', 'roerohan', 'thebongy', - 'alias-rahil', 'AshishKumar4', - 'anunaym14', 'tarushnagpal', 'ishita1805', - 'madhugb', - 'mayur-tendulkar', 'milapsingh', + 'harshs-dyte', + 'sagarrakshe', + 'SushrutiNihale', + 'saksham-gt', ]; export default function CommunitySection() { @@ -34,7 +33,7 @@ export default function CommunitySection() { {githubUsernames.map((username) => (