Skip to content

Commit

Permalink
[UI polish] Add plus icon to create button
Browse files Browse the repository at this point in the history
- To match other create buttons across app
  • Loading branch information
cee-chen committed Jun 22, 2021
1 parent 5c79cc3 commit 969daed
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ export const Curations: React.FC = () => {
pageHeader={{
pageTitle: CURATIONS_OVERVIEW_TITLE,
rightSideItems: [
<EuiButtonTo to={generateEnginePath(ENGINE_CURATIONS_NEW_PATH)} fill>
<EuiButtonTo
to={generateEnginePath(ENGINE_CURATIONS_NEW_PATH)}
iconType="plusInCircle"
fill
>
{CREATE_NEW_CURATION_TITLE}
</EuiButtonTo>,
],
Expand Down

0 comments on commit 969daed

Please sign in to comment.