From 969daed382545fc408eb2e2e94598fa19c1d24a5 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 22 Jun 2021 10:25:05 -0700 Subject: [PATCH] [UI polish] Add plus icon to create button - To match other create buttons across app --- .../app_search/components/curations/views/curations.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curations.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curations.tsx index b8d5dcff9b1574..12497ab52baf6e 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curations.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curations.tsx @@ -42,7 +42,11 @@ export const Curations: React.FC = () => { pageHeader={{ pageTitle: CURATIONS_OVERVIEW_TITLE, rightSideItems: [ - + {CREATE_NEW_CURATION_TITLE} , ],