Skip to content

Commit

Permalink
modify sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 12, 2024
1 parent b1ccd35 commit 5e0bbfd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 197 deletions.
182 changes: 0 additions & 182 deletions web/src/Sidebar.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions web/src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ function Sidebar() {
}
onClick={toggle}
/>
<SidebarElement
to="/settings"
label="Settings"
icon={<SettingsRounded />}
/>
<SidebarButtonElement
label="Logout"
icon={<LogoutRounded />}
onClick={signOut}
/>
</List>

<SlackConnectOverlay isOpen={isActionOpen} toggleOverlay={toggle} />
Expand Down
5 changes: 0 additions & 5 deletions web/src/components/Sidebar/utils/elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ export const elements = [
label: "Playbook Executions",
icon: <SlowMotionVideoRounded />,
},
{
to: routes.PLAYGROUND,
label: "Sample Playbooks",
icon: <TerminalRounded />,
},
{
to: routes.DATA_SOURCES,
label: "Integrations",
Expand Down

0 comments on commit 5e0bbfd

Please sign in to comment.