Update docs/conf/user-interface/icons.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1dfaeeebdf
commit
f5f1cece17
@@ -20,7 +20,7 @@ You can change the following [icons](https://github.com/backstage/backstage/blob
|
||||
|
||||
### Create React Component
|
||||
|
||||
In your front-end application, locate the `src` folder. We suggest creating the `assets/icons` directory and `CustomIcons.tsx` file.
|
||||
In your front-end application, locate the `src` folder. We suggest creating the `assets/icons` directory and `customIcons.tsx` file.
|
||||
|
||||
```tsx title="customIcons.tsx"
|
||||
import { SvgIcon, SvgIconProps } from '@material-ui/core';
|
||||
|
||||
Reference in New Issue
Block a user