Skip to content

Commit

Permalink
add platformsh url to left menu
Browse files Browse the repository at this point in the history
Signed-off-by: zeshanziya <[email protected]>
  • Loading branch information
zeshanziya committed Aug 30, 2024
1 parent 39d3bfa commit 5a70d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/components/Root/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { makeStyles } from '@material-ui/core';
import HomeIcon from '@material-ui/icons/Home';
import ExtensionIcon from '@material-ui/icons/Extension';
import LibraryBooks from '@material-ui/icons/LibraryBooks';
import StorageIcon from '@material-ui/icons/Storage';
import CreateComponentIcon from '@material-ui/icons/AddCircleOutline';
import LogoFull from './LogoFull';
import LogoIcon from './LogoIcon';
Expand Down Expand Up @@ -74,6 +75,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
/>
<SidebarItem icon={ExtensionIcon} to="api-docs" text="APIs" />
<SidebarItem icon={LibraryBooks} to="docs" text="Docs" />
<SidebarItem icon={StorageIcon} to="platformsh" text="Platform.sh" />
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
{/* End global nav */}
<SidebarDivider />
Expand Down

0 comments on commit 5a70d79

Please sign in to comment.