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

[Backport 1.0] [OUI Docs] updated the title section #320

Merged
merged 1 commit into from
Feb 28, 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
7 changes: 4 additions & 3 deletions src-docs/src/views/title/title_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ export const TitleExample = {
text: (
<p>
<strong>OuiTitle</strong> styles the page, section, and content
headings we use in Kibana. They can contain any markup, but usually
contain a heading tag of some sort. Unlike <strong>OuiText</strong>{' '}
they are margin neutral and more suitable for general layout design.
headings we use in OpenSearch Dashboards. They can contain any markup,
but usually contain a heading tag of some sort. Unlike{' '}
<strong>OuiText</strong> they are margin neutral and more suitable for
general layout design.
</p>
),
snippet: titleSnippet,
Expand Down