diff --git a/src/components/PatternCards.tsx b/src/components/PatternCards.tsx index ea8325ce8a..567bb81f81 100644 --- a/src/components/PatternCards.tsx +++ b/src/components/PatternCards.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import Link from '@docusaurus/Link'; import useBaseUrl from '@docusaurus/useBaseUrl'; type PatternCardItem = { @@ -26,9 +27,9 @@ export default function PatternCards({ items, className }: PatternCardsProps) { return (
{item.description}
{item.description}
- + ); })} diff --git a/src/components/elements/Sdk/SdkOverviewCards/SdkOverviewCards.tsx b/src/components/elements/Sdk/SdkOverviewCards/SdkOverviewCards.tsx index 9f2d4a1595..7021459146 100644 --- a/src/components/elements/Sdk/SdkOverviewCards/SdkOverviewCards.tsx +++ b/src/components/elements/Sdk/SdkOverviewCards/SdkOverviewCards.tsx @@ -5,6 +5,7 @@ // labels, or API reference links there, update that handler too. See // MARKDOWN_PIPELINE.md. import React from 'react'; +import Link from '@docusaurus/Link'; import SdkSvg from '../../SdkSvgs/SdkSvg'; import { SDKS } from '../../../../constants/sdks'; import sdkVersions from '../../../../data/sdk-versions.json'; @@ -25,20 +26,20 @@ export const SdkOverviewCards = () => { {version && v{version}}