Small fix

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2021-11-17 14:33:11 +01:00
parent dc62dcab12
commit d8e598adc1
+1 -1
View File
@@ -23,7 +23,7 @@ import { EntityScorecardContent } from '@backstage/plugin-scorecards';
<Route path="/scorecards" element={<EntityScorecardContent />} />;
```
3. Add Scorecards overview page to the EntityPage:
### Add Scorecards overview page to the EntityPage:
```tsx
// packages/app/src/components/catalog/EntityPage.tsx