We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f811dd2 + 0db88f4 commit a1cbe0eCopy full SHA for a1cbe0e
docs/index.md
@@ -29,14 +29,14 @@ Add the navigation in the frontend:
29
30
```ts
31
// packages/app/src/components/Root/Root.tsx
32
-import BuildIcon from '@material-ui/icons/Build';
+import CardTravel from '@material-ui/icons/CardTravel';
33
34
// ...
35
36
export const Root = ({ children }: PropsWithChildren<{}>) => (
37
<SidebarPage>
38
39
- <SidebarItem icon={BuildIcon} to="toolbox" text="ToolBox" />
+ <SidebarItem icon={CardTravel} to="toolbox" text="ToolBox" />
40
41
</SidebarPage>
42
);
0 commit comments