File tree Expand file tree Collapse file tree 9 files changed +213
-61
lines changed
Expand file tree Collapse file tree 9 files changed +213
-61
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ const HeaderPageHeading = ({ children }: { children: ReactNode }) => {
1717 < DxcFlex direction = "column" gap = "var(--spacing-gap-xl)" >
1818 < ComponentHeading name = "Header" />
1919 < DxcParagraph >
20- A horizontal bar located at the top of the application, providing branding, primary navigation, and user
21- account controls.
20+ The header is a structural component placed at the top of the interface. It provides global access to
21+ navigation, branding, and user actions, ensuring consistency and orientation across products and
22+ applications.
2223 </ DxcParagraph >
2324 < DxcParagraph >
2425 The header is part of the application layout, so it can only be used inside of it. Please check the{ " " }
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments