Skip to content

Commit 7ac3c73

Browse files
bognargabor99Gábor Bognár
andauthored
fix component names in the title of documentation pages (#8332)
Co-authored-by: Gábor Bognár <gabor.bognar@tngtech.com>
1 parent 024ff04 commit 7ac3c73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/dropdown/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const DropdownDemo = () => {
138138

139139
return (
140140
<DocComponent
141-
title="React Select Component"
141+
title="React Dropdown Component"
142142
header="Dropdown"
143143
description="Dropdown also known as Select, is used to choose an item from a collection of options."
144144
componentDocs={docs}

pages/overlaypanel/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const OverlayPanelDemo = () => {
6868

6969
return (
7070
<DocComponent
71-
title="React Popover Component"
71+
title="React OverlayPanel Component"
7272
header="OverlayPanel"
7373
description="OverlayPanel, also known as Popover, is a container component that can overlay other components on page."
7474
componentDocs={docs}

pages/steps/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const StepsDemo = () => {
8585

8686
return (
8787
<DocComponent
88-
title="React Stepper Component"
88+
title="React Steps Component"
8989
header="Steps"
9090
description="Steps also known as Stepper, is an indicator for the steps in a workflow. Layout of steps component is optimized for responsive design."
9191
componentDocs={docs}

0 commit comments

Comments
 (0)