Skip to content

Commit

Permalink
Fix nested <p> DOM validation error on page
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 2, 2024
1 parent a06ec83 commit a574c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-docs/src/views/theme/color/tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const colorsInfo = {
title: 'Colors',
notice: <ThemeNotice />,
showThemeLanguageToggle: true,
description: (
<>
intro: (
<EuiText grow={false}>
<p>
Elastic UI builds with a very limited palette. It uses a core set of
three colors with a green / orange / red qualitative set and combined
Expand All @@ -46,7 +46,7 @@ export const colorsInfo = {
their <strong>evaluated</strong> value but by their{' '}
<strong>purpose</strong>.
</p>
</>
</EuiText>
),
};

Expand Down

0 comments on commit a574c48

Please sign in to comment.