Skip to content

Commit 03fb226

Browse files
committed
Fixed tooltip examples text
1 parent 80edcac commit 03fb226

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

website/screens/components/tooltip/code/TooltipCodePage.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DxcFlex, DxcTable } from "@dxc-technology/halstack-react";
1+
import { DxcFlex, DxcParagraph, DxcTable } from "@dxc-technology/halstack-react";
22
import QuickNavContainerLayout from "@/common/QuickNavContainerLayout";
33
import QuickNavContainer from "@/common/QuickNavContainer";
44
import DocFooter from "@/common/DocFooter";
@@ -51,12 +51,11 @@ const sections = [
5151
},
5252
{
5353
title: "Examples",
54-
subSections: [
55-
{
56-
title: "Basic Usage",
57-
content: <p>Examples are not available yet, they will be added soon.</p>
58-
},
59-
],
54+
content: (
55+
<DxcParagraph>
56+
The examples are under development and will be available soon.
57+
</DxcParagraph>
58+
),
6059
},
6160
];
6261

0 commit comments

Comments
 (0)