diff --git a/apps/web/components/select-spaces-modal.tsx b/apps/web/components/select-spaces-modal.tsx index 60109dc0..8f8e85be 100644 --- a/apps/web/components/select-spaces-modal.tsx +++ b/apps/web/components/select-spaces-modal.tsx @@ -92,7 +92,7 @@ type Category = { count: number } -const CONSOLE_PLAYGROUND_URL = "https://console.dev.supermemory.ai/playground" +const CONSOLE_PLAYGROUND_URL = "https://console.supermemory.ai/playground" function openContainerTagInPlayground(containerTag: string) { const url = new URL(CONSOLE_PLAYGROUND_URL)