Revert "Fix pluginname"

This reverts commit cb287be816d8149153cd72df5d6318efe04b04d4.

Signed-off-by: Brett Wright <wright.brett@gmail.com>
This commit is contained in:
Brett Wright
2021-04-19 19:01:11 +02:00
parent f77db9572d
commit 314b8bf1e9
@@ -31,7 +31,7 @@ CircleCI is a frontend UI plugin, it goes in `app` rather than `backend`.
```js
// packages/app/src/plugins.ts
export { plugin as CircleCi } from '@backstage/plugin-circleci';
export { plugin as Circleci } from '@backstage/plugin-circleci';
```
3. Register the plugin in the entity pages: