diff --git a/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts b/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts index 8c0613a4a14..dcd90fbd494 100644 --- a/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts +++ b/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts @@ -226,13 +226,9 @@ export function getSlashCommandDropdownOptions( if (query.length === 0 && commandItems.length === 0) { commandItems.push({ - title: "Explore prompts", + title: "Create a prompt", type: "action", - action: () => - ideMessenger.post( - "openUrl", - "https://hub.continue.dev/explore/prompts", - ), + action: () => ideMessenger.post("config/newPromptFile", undefined), description: "", name: "", id: "", diff --git a/gui/src/pages/config/sections/HelpSection.tsx b/gui/src/pages/config/sections/HelpSection.tsx index 577872e998e..9387f766e43 100644 --- a/gui/src/pages/config/sections/HelpSection.tsx +++ b/gui/src/pages/config/sections/HelpSection.tsx @@ -179,15 +179,6 @@ export function HelpSection() {

Resources

- - ideMessenger.post("openUrl", "https://hub.continue.dev/") - } - /> -