diff --git a/docs/partials/_angular-quickstart.mdx b/docs/partials/_angular-quickstart.mdx index 1031d9a60..23ff269ba 100644 --- a/docs/partials/_angular-quickstart.mdx +++ b/docs/partials/_angular-quickstart.mdx @@ -29,7 +29,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you To begin, install the following packages: -- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package. +- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. You can install the SDKs using CDN, npm, or Yarn. diff --git a/docs/partials/_html-quickstart.mdx b/docs/partials/_html-quickstart.mdx index 7ada6e036..7b1522687 100644 --- a/docs/partials/_html-quickstart.mdx +++ b/docs/partials/_html-quickstart.mdx @@ -26,7 +26,7 @@ Make sure you've a mechanism to get authToken from your server-side, which you w To begin, install the following packages: -- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package. +- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. You can install the SDKs using CDN, npm, or Yarn. diff --git a/docs/partials/_react-quickstart.mdx b/docs/partials/_react-quickstart.mdx index 4b478bac3..ed9cb1448 100644 --- a/docs/partials/_react-quickstart.mdx +++ b/docs/partials/_react-quickstart.mdx @@ -26,7 +26,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you To begin, install the following packages: -- `@dytesdk/react-web-core`: This core package powers video, voice, livestream, and chat SDKs. This is a required package. +- `@dytesdk/react-web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. `@dytesdk/react-web-core` consists of hooks written on top of our `@dytesdk/web-core` package, which makes it easy to use [`web-core`](https://npmjs.com/package/@dytesdk/web-core) in React applications. diff --git a/src/components/homepage/HomeFooter.jsx b/src/components/homepage/HomeFooter.jsx index a3ec42f46..a2951dd18 100644 --- a/src/components/homepage/HomeFooter.jsx +++ b/src/components/homepage/HomeFooter.jsx @@ -19,10 +19,6 @@ const products = [ name: 'Live Streaming', href: 'https://dyte.io/live-streaming-sdk', }, - { - name: 'Chat SDK', - href: 'https://dyte.io/chat-sdk', - }, { name: 'Pricing', href: 'https://dyte.io/pricing', diff --git a/src/components/homepage/SDKs.tsx b/src/components/homepage/SDKs.tsx index d3acf0ab7..230eb43e0 100644 --- a/src/components/homepage/SDKs.tsx +++ b/src/components/homepage/SDKs.tsx @@ -75,7 +75,7 @@ export default function SDKs() {
- Our easy to use Video + Voice + Livestreaming + Chat{' '} + Our easy to use Video + Voice + Livestreaming{' '} all in one SDK
diff --git a/src/snippets/sdks.html b/src/snippets/sdks.html index 87bc5b95f..c855cebb0 100644 --- a/src/snippets/sdks.html +++ b/src/snippets/sdks.html @@ -75,7 +75,7 @@