Skip to content

Commit

Permalink
Fix APM logo (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Jan 29, 2019
1 parent badc85a commit 36c5712
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Bug fixes**

- Fixed `EuiSuperDatePicker` not updating derived `isInvalid` state on prop update ([#1483](https://github.com/elastic/eui/pull/1483))
- Fixed `logoAPM` ([#1489](https://github.com/elastic/eui/pull/1489))

## [`6.7.2`](https://github.com/elastic/eui/tree/v6.7.2)

Expand Down
6 changes: 3 additions & 3 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2599,15 +2599,15 @@ exports[`EuiIcon props type logoAPM is rendered 1`] = `
fill-rule="evenodd"
>
<path
d="M0 11h24V.999H0z"
d="M0 10.001h24V0H0z"
fill="#F04E98"
/>
<path
d="M32 21H20c-5.522 0-10-4.478-10-10h22v10z"
d="M32 20H20c-5.522 0-10-4.478-10-10h22v10z"
fill="#343741"
/>
<path
d="M20 33h12v-9H20z"
d="M20 32h12v-9H20z"
fill="#0080D5"
/>
</g>
Expand Down
6 changes: 3 additions & 3 deletions src/components/icon/assets/logo_apm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36c5712

Please sign in to comment.