Skip to content

Commit ca202d2

Browse files
Fix broken icon path
1 parent db38bd2 commit ca202d2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/enterprise_search/public/applications/workplace_search/views/overview

1 file changed

+1
-1
lines changed

x-pack/plugins/enterprise_search/public/applications/workplace_search/views/overview/onboarding_steps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
EuiButtonEmptyProps,
2222
EuiLinkProps,
2323
} from '@elastic/eui';
24-
import sharedSourcesIcon from '../../components/shared/assets/share_circle.svg';
24+
import sharedSourcesIcon from '../../components/shared/assets/source_icons/share_circle.svg';
2525
import { TelemetryLogic } from '../../../shared/telemetry';
2626
import { getWorkplaceSearchUrl } from '../../../shared/enterprise_search_url';
2727
import { ORG_SOURCES_PATH, USERS_PATH, ORG_SETTINGS_PATH } from '../../routes';

0 commit comments

Comments
 (0)