File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
redisinsight/ui/src/components/page-placeholder Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { EuiLoadingLogo , EuiEmptyPrompt } from '@elastic/eui'
3
- import LogoIcon from 'uiSrc/assets/img/logo_small.svg?react '
2
+ import { EuiEmptyPrompt } from '@elastic/eui'
3
+ import LogoIcon from 'uiSrc/assets/img/logo_small.svg'
4
4
import { getConfig } from 'uiSrc/config'
5
+ import { RiLoadingLogo } from 'uiSrc/components/base/display'
5
6
6
7
const riConfig = getConfig ( )
7
8
@@ -10,13 +11,7 @@ const PagePlaceholder = () => (
10
11
{ riConfig . app . env !== 'development' && (
11
12
< EuiEmptyPrompt
12
13
data-testid = "page-placeholder"
13
- icon = {
14
- < EuiLoadingLogo
15
- logo = { LogoIcon }
16
- size = "xl"
17
- style = { { fontSize : '40px' } }
18
- />
19
- }
14
+ icon = { < RiLoadingLogo src = { LogoIcon } /> }
20
15
titleSize = "s"
21
16
/>
22
17
) }
You can’t perform that action at this time.
0 commit comments