Skip to content

Commit

Permalink
UPD: test CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed May 22, 2024
1 parent 8ca7318 commit 951b684
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,7 +68,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
<SidebarItem icon={ExtensionIcon} to="api-docs" text="APIs" />
<SidebarItem icon={LibraryBooks} to="docs" text="Documents" />
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
<SidebarItem icon={CreateComponentIcon} to="create" text="Create...." />
{/* End global nav */}
<SidebarDivider />
<SidebarScrollWrapper>
Expand Down

0 comments on commit 951b684

Please sign in to comment.