Skip to content

Commit

Permalink
Merge pull request #2053 from dxc-technology/revert-2050-gomezivann/s…
Browse files Browse the repository at this point in the history
…mall-change

Revert "Small change to force publish-website workflow"
  • Loading branch information
Jialecl committed Jul 25, 2024
2 parents 5724b4c + 6382796 commit 3ce19f3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ const sections = [
title: "Examples",
subSections: [
{
title: "Heading",
title: "Heading basic usage",
content: <Example example={headingBasicUsage} defaultIsVisible />,
},
{
title: "Paragraph",
title: "Paragraph basic usage",
content: <Example example={paragraphBasicUsage} defaultIsVisible />,
},
{
title: "Bulleted list",
title: "Bulleted list basic usage",
content: <Example example={bulletedListBasicUsage} defaultIsVisible />,
},
{
title: "Typography",
title: "Typography basic usage",
content: <Example example={typographyBasicUsage} defaultIsVisible />,
},
],
Expand Down

0 comments on commit 3ce19f3

Please sign in to comment.