From 49fe87e044e7fb421138d35cbe4d4c4fd16e76a9 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Apr 2024 14:27:08 +0200 Subject: [PATCH] docs/getting-started: remove link to community plugin example Signed-off-by: Patrik Oldsberg --- docs/getting-started/app-custom-theme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 15fef0fb9a..4e421790b2 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -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';