Skip to content

Commit

Permalink
Removed paragraph tags
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <danieldong51@gmail.com>
  • Loading branch information
danieldong51 committed Aug 1, 2024
1 parent 9dfbea4 commit 218ec11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const AccelerationTable = ({
<EuiFlexItem>
<EuiText size="s">
<h2 className="panel-title">{ACC_PANEL_TITLE}</h2>
<p> {ACC_PANEL_DESC} </p>
{ACC_PANEL_DESC}
</EuiText>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const AssociatedObjectsTab: React.FC<AssociatedObjectsTabProps> = (props)
<EuiFlexItem>
<EuiText size="s">
<h2 className="panel-title">{panelTitle}</h2>
<p> {panelDescription} </p>
{panelDescription}
</EuiText>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const AccessControlTab = (props: AccessControlTabProps) => {
<EuiFlexItem>
<EuiText size="s">
<h2 className="panel-title">Access control</h2>
<p> Control which OpenSearch users have access to this data source. </p>
Control which OpenSearch users have access to this data source.
</EuiText>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 218ec11

Please sign in to comment.