Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(styles): fixed typo in horizontal navigation [ci visual] #4684

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Preferably the Horizontal Navigation is suitable for a maximum of seven to nine

It displays the navigation items respectively in horizontal mode. The Tabs are displayed underneath the Tool Header, enabling the navigation into another page and context within the same Application while the Tool Header and the Tabs remain static.

The Horizontal Navigation Tabs are built with the IconTabBar component with two additional modifier classes \`.fd-icon-tab-bar--navigation\` nad \`.fd-icon-tab-bar--navigation-horizontal\`.
The Horizontal Navigation Tabs are built with the IconTabBar component with two additional modifier classes \`.fd-icon-tab-bar--navigation\` and \`.fd-icon-tab-bar--navigation-horizontal\`.

The Horizontal Navigation is always integrated with the Tool Header. It should not be displayed standalone.

Expand Down Expand Up @@ -58,4 +58,4 @@ TextAndIconPhone.parameters = {
story: 'Icon Tab Bars with Two Click Areas'
}
}
};
};
Loading