Skip to content

Commit

Permalink
fix: removed old feedback URL (#17786)
Browse files Browse the repository at this point in the history
removed old calendly url
  • Loading branch information
corywatilo authored Oct 5, 2023
1 parent e657435 commit 8e754e4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -730,13 +730,6 @@ export const commandPaletteLogic = kea<commandPaletteLogicType>({
}),
}),
},
{
icon: IconRecording,
display: 'Schedule Quick Call',
executor: () => {
open('https://calendly.com/posthog-feedback')
},
},
{
icon: IconGithub,
display: 'Create GitHub Issue',
Expand Down

0 comments on commit 8e754e4

Please sign in to comment.