Skip to content

Commit

Permalink
Updating app template to use compatible icon (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Oct 24, 2022
1 parent 1ba6e96 commit e9792f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/app/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppConfig } from './components/AppConfig';

export const plugin = new AppPlugin<{}>().setRootPage(App).addConfigPage({
title: 'Configuration',
icon: 'fa fa-cog',
icon: 'cog',
// @ts-ignore - Would expect a Class component, however works absolutely fine with a functional one
// Implementation: https://github.com/grafana/grafana/blob/fd44c01675e54973370969dfb9e78f173aff7910/public/app/features/plugins/PluginPage.tsx#L157
body: AppConfig,
Expand Down

0 comments on commit e9792f6

Please sign in to comment.