Skip to content

Commit bac7af1

Browse files
committed
Revert <p> change
1 parent 9c55cd3 commit bac7af1

File tree

1 file changed

+4
-4
lines changed
  • x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel

1 file changed

+4
-4
lines changed

x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ export function InnerWorkspacePanel({
202202
url={core.http.basePath.prepend(emptyStateGraphicURL)}
203203
alt=""
204204
/>
205-
<div>
205+
<p>
206206
<FormattedMessage
207207
id="xpack.lens.editorFrame.emptyWorkspaceHeading"
208208
defaultMessage="Lens is a new tool for creating visualizations"
209209
/>{' '}
210210
<EuiBetaBadge label="Beta" tooltipContent={tooltipContent} />
211-
</div>
212-
<div>
211+
</p>
212+
<p>
213213
<small>
214214
<EuiLink
215215
href="https://www.elastic.co/products/kibana/feedback"
@@ -222,7 +222,7 @@ export function InnerWorkspacePanel({
222222
/>
223223
</EuiLink>
224224
</small>
225-
</div>
225+
</p>
226226
</EuiText>
227227
</div>
228228
);

0 commit comments

Comments
 (0)