Skip to content

Commit 81e29ed

Browse files
committed
Add the Enterprise Search logo to the Overview search result
1 parent e6d6751 commit 81e29ed

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/enterprise_search/public

1 file changed

+1
-0
lines changed

x-pack/plugins/enterprise_search/public/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class EnterpriseSearchPlugin implements Plugin {
5353
core.application.register({
5454
id: ENTERPRISE_SEARCH_PLUGIN.ID,
5555
title: ENTERPRISE_SEARCH_PLUGIN.NAV_TITLE,
56+
euiIconType: ENTERPRISE_SEARCH_PLUGIN.LOGO,
5657
appRoute: ENTERPRISE_SEARCH_PLUGIN.URL,
5758
category: DEFAULT_APP_CATEGORIES.enterpriseSearch,
5859
mount: async (params: AppMountParameters) => {

0 commit comments

Comments
 (0)