File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
website/screens/components/tooltip/code Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- import { DxcFlex , DxcTable } from "@dxc-technology/halstack-react" ;
1+ import { DxcFlex , DxcParagraph , DxcTable } from "@dxc-technology/halstack-react" ;
22import QuickNavContainerLayout from "@/common/QuickNavContainerLayout" ;
33import QuickNavContainer from "@/common/QuickNavContainer" ;
44import 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
You can’t perform that action at this time.
0 commit comments