docs/getting-started: remove link to community plugin example

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-20 14:27:08 +02:00
parent f68e3cde46
commit 49fe87e044
-2
View File
@@ -406,8 +406,6 @@ You can change the following [icons](https://github.com/backstage/backstage/blob
In your front-end application, locate the `src` folder. We suggest creating the `assets/icons` directory and `CustomIcons.tsx` file.
> Another example [here](https://github.com/backstage/backstage/blob/master/plugins/azure-devops/src/components/AzurePipelinesIcon/AzurePipelinesIcon.tsx), if you want to ensure proper behavior in light and dark themes.
```tsx title="customIcons.tsx"
import { SvgIcon, SvgIconProps } from '@material-ui/core';