Skip to content

Commit ef1dbaf

Browse files
committed
Improved documentation based on feedback
1 parent 5a08a8d commit ef1dbaf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

apps/website/screens/components/header/overview/HeaderOverviewPage.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ const sections = [
1212
{
1313
title: "Introduction",
1414
content: (
15-
<DxcParagraph>
16-
The Header serves as the primary navigation and identity element for an application. It includes branding, quick
17-
access to key sections via navigation links, and a user account menu. Its consistent presence reinforces brand
18-
recognition and improves usability by offering easy navigation and access to user-related actions. It typically
19-
contains three main areas: left slot, main navigation and right slot.
20-
</DxcParagraph>
15+
<>
16+
<DxcParagraph>
17+
The Header serves as the primary navigation and identity element for an application. It includes branding,
18+
quick access to key sections via navigation links, and a user account menu. Its consistent presence reinforces
19+
brand recognition and improves usability by offering easy navigation and access to user-related actions.
20+
</DxcParagraph>
21+
<DxcParagraph>It typically contains three main areas: left slot, main navigation and right slot.</DxcParagraph>
22+
</>
2123
),
2224
},
2325
{
@@ -201,8 +203,8 @@ const sections = [
201203
abstract icons that could create confusion.
202204
</DxcBulletedList.Item>
203205
<DxcBulletedList.Item>
204-
Limit the number of visible items to maintain balance and prevent overflow. When necessary, rely on the
205-
automatic grouping ("More" option) for secondary items.
206+
Limit the number of visible items to maintain balance and prevent overflow.
207+
{/* When necessary, rely on the automatic grouping ("More" option) for secondary items. */}
206208
</DxcBulletedList.Item>
207209
</DxcBulletedList>
208210
),

0 commit comments

Comments
 (0)