diff --git a/src/components/app.tsx b/src/components/app.tsx index 0fbf3e39..805c08a6 100644 --- a/src/components/app.tsx +++ b/src/components/app.tsx @@ -212,17 +212,7 @@ class App extends React.Component<{ onClick: this.props.uiStore.openMcpModal }] : [] - ), - - { - name: 'Give feedback', - title: "Suggest features or report issues", - icon: 'ChatText', - position: 'bottom', - highlight: true, - type: 'web', - url: 'https://github.com/httptoolkit/httptoolkit/issues/new/choose' - } + ) ] as SidebarItem[]; }