Skip to content

Commit a1cbe0e

Browse files
authored
Merge pull request #79 from bforbis/update-toolbox-icon
update icon
2 parents f811dd2 + 0db88f4 commit a1cbe0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Add the navigation in the frontend:
2929

3030
```ts
3131
// packages/app/src/components/Root/Root.tsx
32-
import BuildIcon from '@material-ui/icons/Build';
32+
import CardTravel from '@material-ui/icons/CardTravel';
3333

3434
// ...
3535

3636
export const Root = ({ children }: PropsWithChildren<{}>) => (
3737
<SidebarPage>
3838
// ...
39-
<SidebarItem icon={BuildIcon} to="toolbox" text="ToolBox" />
39+
<SidebarItem icon={CardTravel} to="toolbox" text="ToolBox" />
4040
// ...
4141
</SidebarPage>
4242
);

0 commit comments

Comments
 (0)