Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai committed Jan 23, 2024
1 parent 741941f commit 2d657bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/Root/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,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={PublicIcon} to="environments" text="Environments"/>
<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" />
<SidebarItem icon={ExtensionIcon} to="catalog" text="Catalog" />
Expand Down

0 comments on commit 2d657bf

Please sign in to comment.