Skip to content

Commit

Permalink
chore: updates D&D icon (opensearch-project#1844)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
  • Loading branch information
ashwin-pc authored and kavilla committed Jul 7, 2022
1 parent b076cdd commit 1db3a19
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions src/plugins/wizard/public/assets/wizard_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/plugins/wizard/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
WizardSetup,
WizardStart,
} from './types';
import wizardIcon from './assets/wizard_icon.svg';
import { PLUGIN_NAME } from '../common';
import { TypeService } from './services/type_service';
import { getPreloadedStore } from './application/utils/state_management';
Expand Down Expand Up @@ -92,7 +93,7 @@ export class WizardPlugin
defaultMessage: 'TODO...',
}),
// TODO: Replace with actual icon once available
icon: 'vector',
icon: wizardIcon,
stage: 'beta',
aliasApp: 'wizard',
aliasPath: '#/',
Expand Down

0 comments on commit 1db3a19

Please sign in to comment.