Skip to content

Commit

Permalink
Revert "Small change to force publish-website workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mil4n0r committed Jul 25, 2024
1 parent 5724b4c commit 6382796
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 6382796

Please sign in to comment.