Skip to content

Commit

Permalink
[Observability] Change icon ref (#95367)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Mar 25, 2021
1 parent 00c53c5 commit e894ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Plugin implements PluginClass<ObservabilityPluginSetup, Observabili

public setup(core: CoreSetup, plugins: ObservabilityPluginSetupDeps) {
const category = DEFAULT_APP_CATEGORIES.observability;
const euiIconType = 'logo-observability';
const euiIconType = 'logoObservability';
const mount = async (params: AppMountParameters<unknown>) => {
// Load application bundle
const { renderApp } = await import('./application');
Expand Down

0 comments on commit e894ee9

Please sign in to comment.