Skip to content

Commit

Permalink
reorder menu sidebar items to reflect entity hierarchy (#24)
Browse files Browse the repository at this point in the history
* reorder menu sidebar items to reflect entity hierarchy

Signed-off-by: Will Tsai <[email protected]>

* remove unused imports

Signed-off-by: Will Tsai <[email protected]>

* fix formatting issues

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai authored Jan 23, 2024
1 parent fb8c2f8 commit 8d612e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Root/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const Root = ({ children }: PropsWithChildren<NonNullable<object>>) => (
<SidebarGroup label="Menu" icon={<MenuIcon />}>
{/* Global nav, not org-specific */}
<SidebarItem icon={HomeIcon} to="/" text="Home" />
<SidebarItem icon={ListAltIcon} to="applications" text="Applications" />
<SidebarItem icon={PublicIcon} to="environments" text="Environments" />
<SidebarItem icon={ListAltIcon} to="applications" text="Applications" />
<SidebarItem icon={AssessmentIcon} to="resources" text="Resources" />
<SidebarItem icon={RestaurantIcon} to="recipes" text="Recipes" />
{/* End global nav */}
Expand Down

0 comments on commit 8d612e6

Please sign in to comment.