File tree 6 files changed +8
-40
lines changed
6 files changed +8
-40
lines changed Original file line number Diff line number Diff line change 4
4
- type : checkboxes
5
5
attributes :
6
6
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
8
8
options :
9
9
- label : Yes, it looks like a bug
10
10
required : true
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- 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 .
Original file line number Diff line number Diff line change @@ -621,10 +621,6 @@ const config = {
621
621
label : 'Blog' ,
622
622
href : 'https://dyte.io/blog' ,
623
623
} ,
624
- {
625
- label : 'Community' ,
626
- href : 'https://community.dyte.io' ,
627
- } ,
628
624
] ,
629
625
} ,
630
626
] ,
Original file line number Diff line number Diff line change @@ -2,21 +2,20 @@ import React from 'react';
2
2
import Link from '@docusaurus/Link' ;
3
3
4
4
import { Linkedin , Twitter } from 'react-feather' ;
5
- import { DiscordIcon } from '@site/src/icons' ;
6
5
7
6
const githubUsernames = [
8
7
'vaibhavshn' ,
9
8
'akigugale' ,
10
9
'roerohan' ,
11
10
'thebongy' ,
12
- 'alias-rahil' ,
13
11
'AshishKumar4' ,
14
- 'anunaym14' ,
15
12
'tarushnagpal' ,
16
13
'ishita1805' ,
17
- 'madhugb' ,
18
- 'mayur-tendulkar' ,
19
14
'milapsingh' ,
15
+ 'harshs-dyte' ,
16
+ 'sagarrakshe' ,
17
+ 'SushrutiNihale' ,
18
+ 'saksham-gt' ,
20
19
] ;
21
20
22
21
export default function CommunitySection ( ) {
@@ -34,20 +33,14 @@ export default function CommunitySection() {
34
33
{ githubUsernames . map ( ( username ) => (
35
34
< img
36
35
key = { username }
37
- src = { `https://github.com/${ username } .png?size=60 ` }
36
+ src = { `https://github.com/${ username } .png?size=72 ` }
38
37
alt = { `User ${ username } ` }
39
38
loading = "lazy"
40
39
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"
41
40
/>
42
41
) ) }
43
42
</ div >
44
43
< 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 →
50
- </ Link >
51
44
< Link
52
45
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"
53
46
href = "https://twitter.com/dyte_io"
Original file line number Diff line number Diff line change @@ -144,8 +144,6 @@ const company = [
144
144
{ name : 'Customers' , href : 'https://dyte.io/customers' } ,
145
145
{ name : 'Blog' , href : 'https://dyte.io/blog' } ,
146
146
{ 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' } ,
149
147
{ name : 'Contact Us' , href : 'https://dyte.io/contact' } ,
150
148
{ name : 'FAQ' , href : '/faq' } ,
151
149
{ name : 'Guide on Video SDK' , href : 'https://dyte.io/blog/video-sdk/' } ,
Original file line number Diff line number Diff line change @@ -97,24 +97,6 @@ export function APIIcon(props: ComponentProps<'svg'>) {
97
97
) ;
98
98
}
99
99
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
-
118
100
export function ElectronIcon ( props : ComponentProps < 'svg' > ) {
119
101
return (
120
102
< svg
@@ -444,4 +426,3 @@ export function DyteAISearchIcon(props: ComponentProps<'svg'>) {
444
426
</ svg >
445
427
) ;
446
428
}
447
-
You can’t perform that action at this time.
0 commit comments