Skip to content

Commit 57458d2

Browse files
authored
Merge pull request #409 from dyte-io/remove-community
fix: remove community and startup program links
2 parents 798f54e + 67682c9 commit 57458d2

File tree

6 files changed

+8
-40
lines changed

6 files changed

+8
-40
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body:
44
- type: checkboxes
55
attributes:
66
label: Are you certain it's a bug?
7-
description: If you're uncertain, feel free to ping us at our community Discord server instead - https://community.dyte.io
7+
description: If you're uncertain, feel free to ping us at support@dyte.io
88
options:
99
- label: Yes, it looks like a bug
1010
required: true

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
url: https://community.dyte.io
5-
about: Please ask and answer questions on our community Discord server.
4+
url: mailto:support@dyte.io
5+
about: Please ask and answer questions on our support email.

docusaurus.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,6 @@ const config = {
621621
label: 'Blog',
622622
href: 'https://dyte.io/blog',
623623
},
624-
{
625-
label: 'Community',
626-
href: 'https://community.dyte.io',
627-
},
628624
],
629625
},
630626
],

src/components/homepage/CommunitySection.jsx

+5-12
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ import React from 'react';
22
import Link from '@docusaurus/Link';
33

44
import { Linkedin, Twitter } from 'react-feather';
5-
import { DiscordIcon } from '@site/src/icons';
65

76
const githubUsernames = [
87
'vaibhavshn',
98
'akigugale',
109
'roerohan',
1110
'thebongy',
12-
'alias-rahil',
1311
'AshishKumar4',
14-
'anunaym14',
1512
'tarushnagpal',
1613
'ishita1805',
17-
'madhugb',
18-
'mayur-tendulkar',
1914
'milapsingh',
15+
'harshs-dyte',
16+
'sagarrakshe',
17+
'SushrutiNihale',
18+
'saksham-gt',
2019
];
2120

2221
export default function CommunitySection() {
@@ -34,20 +33,14 @@ export default function CommunitySection() {
3433
{githubUsernames.map((username) => (
3534
<img
3635
key={username}
37-
src={`https://github.com/${username}.png?size=60`}
36+
src={`https://github.com/${username}.png?size=72`}
3837
alt={`User ${username}`}
3938
loading="lazy"
4039
className="h-6 w-6 rounded-full border-2 border-solid border-white transition hover:-translate-y-2 hover:scale-150 lg:h-12 lg:w-12"
4140
/>
4241
))}
4342
</div>
4443
<div className="flex w-full flex-col items-center justify-center gap-2 text-sm font-semibold lg:flex-row lg:gap-8">
45-
<Link
46-
className="flex w-full items-center justify-center gap-2 rounded-sm border border-solid border-primary-100 bg-primary-100/10 px-2 py-2 text-primary-100 lg:w-auto"
47-
href="https://community.dyte.io"
48-
>
49-
<DiscordIcon className="h-6 w-6" /> Discord &rarr;
50-
</Link>
5144
<Link
5245
className="flex w-full items-center justify-center gap-2 rounded-sm border border-solid border-primary-100 bg-primary-100/10 px-2 py-2 text-primary-100 lg:w-auto"
5346
href="https://twitter.com/dyte_io"

src/components/homepage/HomeFooter.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ const company = [
144144
{ name: 'Customers', href: 'https://dyte.io/customers' },
145145
{ name: 'Blog', href: 'https://dyte.io/blog' },
146146
{ name: 'Careers', href: 'https://jobs.lever.co/dyte-io' },
147-
{ name: 'Community', href: 'https://dyte.io/community' },
148-
{ name: 'Startup Program', href: 'https://dyte.io/startups' },
149147
{ name: 'Contact Us', href: 'https://dyte.io/contact' },
150148
{ name: 'FAQ', href: '/faq' },
151149
{ name: 'Guide on Video SDK', href: 'https://dyte.io/blog/video-sdk/' },

src/icons/index.tsx

-19
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,6 @@ export function APIIcon(props: ComponentProps<'svg'>) {
9797
);
9898
}
9999

100-
export function DiscordIcon(props: ComponentProps<'svg'>) {
101-
return (
102-
<svg
103-
xmlns="http://www.w3.org/2000/svg"
104-
viewBox="0 0 15 15"
105-
fill="none"
106-
{...props}
107-
>
108-
<path
109-
fill="currentColor"
110-
fillRule="evenodd"
111-
d="M5.075 1.826a.48.48 0 00-.127-.003c-.841.091-2.121.545-2.877.955a.48.48 0 00-.132.106c-.314.359-.599.944-.822 1.498C.887 4.95.697 5.55.59 5.984.236 7.394.043 9.087.017 10.693a.48.48 0 00.056.23c.3.573.947 1.104 1.595 1.492.655.393 1.42.703 2.036.763a.48.48 0 00.399-.153c.154-.167.416-.557.614-.86.09-.138.175-.27.241-.375.662.12 1.492.19 2.542.19 1.048 0 1.878-.07 2.54-.19.066.106.15.237.24.374.198.304.46.694.615.861a.48.48 0 00.399.153c.616-.06 1.38-.37 2.035-.763.648-.388 1.295-.919 1.596-1.492a.48.48 0 00.055-.23c-.025-1.606-.219-3.3-.571-4.71a12.98 12.98 0 00-.529-1.601c-.223-.554-.508-1.14-.821-1.498a.48.48 0 00-.133-.106c-.755-.41-2.035-.864-2.877-.955a.48.48 0 00-.126.003 1.18 1.18 0 00-.515.238 2.905 2.905 0 00-.794.999A14.046 14.046 0 007.5 3.02c-.402 0-.774.015-1.117.042a2.905 2.905 0 00-.794-.998 1.18 1.18 0 00-.514-.238zm5.943 9.712a23.136 23.136 0 00.433.643c.396-.09.901-.3 1.385-.59.543-.325.974-.7 1.182-1.017-.033-1.506-.219-3.07-.54-4.358a12.046 12.046 0 00-.488-1.475c-.2-.498-.415-.92-.602-1.162-.65-.337-1.675-.693-2.343-.79a.603.603 0 00-.058.04 1.5 1.5 0 00-.226.22 2.52 2.52 0 00-.113.145c.305.056.577.123.818.197.684.21 1.177.5 1.418.821a.48.48 0 11-.768.576c-.059-.078-.316-.29-.932-.48-.595-.182-1.47-.328-2.684-.328-1.214 0-2.09.146-2.684.329-.616.19-.873.4-.932.479a.48.48 0 11-.768-.576c.241-.322.734-.61 1.418-.82.24-.075.512-.141.816-.197a2.213 2.213 0 00-.114-.146 1.5 1.5 0 00-.225-.22.604.604 0 00-.059-.04c-.667.097-1.692.453-2.342.79-.188.243-.402.664-.603 1.162-.213.53-.39 1.087-.487 1.475-.322 1.288-.508 2.852-.54 4.358.208.318.638.692 1.181 1.018.485.29.989.5 1.386.589a16.32 16.32 0 00.433-.643c-.785-.279-1.206-.662-1.48-1.072a.48.48 0 01.8-.532c.26.392.944 1.086 4.2 1.086 3.257 0 3.94-.694 4.2-1.086a.48.48 0 01.8.532c-.274.41-.696.794-1.482 1.072zM4.08 7.012c.244-.262.575-.41.92-.412.345.002.676.15.92.412.243.263.38.618.38.988s-.137.725-.38.988c-.244.262-.575.41-.92.412a1.263 1.263 0 01-.92-.412A1.453 1.453 0 013.7 8c0-.37.137-.725.38-.988zM10 6.6c-.345.002-.676.15-.92.412-.243.263-.38.618-.38.988s.137.725.38.988c.244.262.575.41.92.412.345-.002.676-.15.92-.412.243-.263.38-.618.38-.988s-.137-.725-.38-.988A1.263 1.263 0 0010 6.6z"
112-
clipRule="evenodd"
113-
/>
114-
</svg>
115-
);
116-
}
117-
118100
export function ElectronIcon(props: ComponentProps<'svg'>) {
119101
return (
120102
<svg
@@ -444,4 +426,3 @@ export function DyteAISearchIcon(props: ComponentProps<'svg'>) {
444426
</svg>
445427
);
446428
}
447-

0 commit comments

Comments
 (0)