Skip to content

Commit

Permalink
Revert <p> change
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jul 17, 2020
1 parent 9c55cd3 commit bac7af1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ export function InnerWorkspacePanel({
url={core.http.basePath.prepend(emptyStateGraphicURL)}
alt=""
/>
<div>
<p>
<FormattedMessage
id="xpack.lens.editorFrame.emptyWorkspaceHeading"
defaultMessage="Lens is a new tool for creating visualizations"
/>{' '}
<EuiBetaBadge label="Beta" tooltipContent={tooltipContent} />
</div>
<div>
</p>
<p>
<small>
<EuiLink
href="https://www.elastic.co/products/kibana/feedback"
Expand All @@ -222,7 +222,7 @@ export function InnerWorkspacePanel({
/>
</EuiLink>
</small>
</div>
</p>
</EuiText>
</div>
);
Expand Down

0 comments on commit bac7af1

Please sign in to comment.