Skip to content

Commit

Permalink
Merge pull request #79 from bforbis/update-toolbox-icon
Browse files Browse the repository at this point in the history
update icon
  • Loading branch information
drodil authored Feb 29, 2024
2 parents f811dd2 + 0db88f4 commit a1cbe0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Add the navigation in the frontend:

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

// ...

export const Root = ({ children }: PropsWithChildren<{}>) => (
<SidebarPage>
// ...
<SidebarItem icon={BuildIcon} to="toolbox" text="ToolBox" />
<SidebarItem icon={CardTravel} to="toolbox" text="ToolBox" />
// ...
</SidebarPage>
);
Expand Down

0 comments on commit a1cbe0e

Please sign in to comment.