diff --git a/src/components/SDKsPage/Card/index.tsx b/src/components/SDKsPage/Card/index.tsx index 9001a53d98..2a87e9e254 100644 --- a/src/components/SDKsPage/Card/index.tsx +++ b/src/components/SDKsPage/Card/index.tsx @@ -19,7 +19,7 @@ export type CardProps = { const Card = ({ githubRepoURL, setupLink, title, image, text }: CardProps) => { return ( -
+

{title}

diff --git a/src/components/SDKsPage/MainSection/index.tsx b/src/components/SDKsPage/MainSection/index.tsx index ed8b835dd3..962ae8d654 100644 --- a/src/components/SDKsPage/MainSection/index.tsx +++ b/src/components/SDKsPage/MainSection/index.tsx @@ -82,7 +82,7 @@ const MainSection = ({ tab }: { tab: Tab }) => {
-

{data.tabs[activeTab].text}

+

{data.tabs[activeTab].text}

diff --git a/src/components/SDKsPage/data.ts b/src/components/SDKsPage/data.ts index 2f365d831d..21a1ff9665 100644 --- a/src/components/SDKsPage/data.ts +++ b/src/components/SDKsPage/data.ts @@ -2,7 +2,6 @@ import js from './images/js.svg'; import java from './images/java.svg'; import python from './images/python.svg'; import react from './images/react.svg'; -import reactnative from './images/reactnative.svg'; import csharp from './images/csharp.svg'; import go from './images/go.svg'; import nodejs from './images/nodejs.svg'; @@ -57,7 +56,7 @@ export const data = { { title: 'React Native', text: 'Ably React Native SDK.', - image: { src: reactnative, isWide: false }, + image: { src: react, isWide: false }, setupLink: 'getting-started/react-native', }, { @@ -144,12 +143,6 @@ export const data = { image: { src: nativescript, isWide: false }, setupLink: 'https://github.com/ably/ably-js-nativescript#how-to-use-this-library', }, - { - title: 'React Native', - text: 'Ably SDK for React Native.', - image: { src: react, isWide: false }, - setupLink: 'getting-started/react-native', - }, { title: 'Cordova', text: 'Ably SDK for Cordova.',