From 81e29ed6c84bf63135f642e48c328fe2da64719a Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Tue, 15 Sep 2020 11:27:08 -0500 Subject: [PATCH] Add the Enterprise Search logo to the Overview search result --- x-pack/plugins/enterprise_search/public/plugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/enterprise_search/public/plugin.ts b/x-pack/plugins/enterprise_search/public/plugin.ts index 63f334811ce31..0ef58a7c03f10 100644 --- a/x-pack/plugins/enterprise_search/public/plugin.ts +++ b/x-pack/plugins/enterprise_search/public/plugin.ts @@ -53,6 +53,7 @@ export class EnterpriseSearchPlugin implements Plugin { core.application.register({ id: ENTERPRISE_SEARCH_PLUGIN.ID, title: ENTERPRISE_SEARCH_PLUGIN.NAV_TITLE, + euiIconType: ENTERPRISE_SEARCH_PLUGIN.LOGO, appRoute: ENTERPRISE_SEARCH_PLUGIN.URL, category: DEFAULT_APP_CATEGORIES.enterpriseSearch, mount: async (params: AppMountParameters) => {