File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments