Skip to content

Commit

Permalink
Merge pull request #409 from dyte-io/remove-community
Browse files Browse the repository at this point in the history
fix: remove community and startup program links
  • Loading branch information
vaibhavshn authored Dec 19, 2024
2 parents 798f54e + 67682c9 commit 57458d2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
url: mailto:support@dyte.io
about: Please ask and answer questions on our support email.
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,6 @@ const config = {
label: 'Blog',
href: 'https://dyte.io/blog',
},
{
label: 'Community',
href: 'https://community.dyte.io',
},
],
},
],
Expand Down
17 changes: 5 additions & 12 deletions src/components/homepage/CommunitySection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -34,20 +33,14 @@ export default function CommunitySection() {
{githubUsernames.map((username) => (
<img
key={username}
src={`https://github.com/${username}.png?size=60`}
src={`https://github.com/${username}.png?size=72`}
alt={`User ${username}`}
loading="lazy"
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"
/>
))}
</div>
<div className="flex w-full flex-col items-center justify-center gap-2 text-sm font-semibold lg:flex-row lg:gap-8">
<Link
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"
href="https://community.dyte.io"
>
<DiscordIcon className="h-6 w-6" /> Discord &rarr;
</Link>
<Link
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"
href="https://twitter.com/dyte_io"
Expand Down
2 changes: 0 additions & 2 deletions src/components/homepage/HomeFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ const company = [
{ name: 'Customers', href: 'https://dyte.io/customers' },
{ name: 'Blog', href: 'https://dyte.io/blog' },
{ name: 'Careers', href: 'https://jobs.lever.co/dyte-io' },
{ name: 'Community', href: 'https://dyte.io/community' },
{ name: 'Startup Program', href: 'https://dyte.io/startups' },
{ name: 'Contact Us', href: 'https://dyte.io/contact' },
{ name: 'FAQ', href: '/faq' },
{ name: 'Guide on Video SDK', href: 'https://dyte.io/blog/video-sdk/' },
Expand Down
19 changes: 0 additions & 19 deletions src/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,6 @@ export function APIIcon(props: ComponentProps<'svg'>) {
);
}

export function DiscordIcon(props: ComponentProps<'svg'>) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 15 15"
fill="none"
{...props}
>
<path
fill="currentColor"
fillRule="evenodd"
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"
clipRule="evenodd"
/>
</svg>
);
}

export function ElectronIcon(props: ComponentProps<'svg'>) {
return (
<svg
Expand Down Expand Up @@ -444,4 +426,3 @@ export function DyteAISearchIcon(props: ComponentProps<'svg'>) {
</svg>
);
}

0 comments on commit 57458d2

Please sign in to comment.