Build self-hosted HTTP Toolkit / build (linux-x64, ubuntu-latest, true) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / build (macos-arm64, macos-latest, true) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / build (windows-x64, windows-latest, false) (push) Canceled after 0s
Build self-hosted HTTP Toolkit / release (push) Canceled after 0s
24 lines
735 B
Diff
24 lines
735 B
Diff
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[];
|
|
}
|
|
|