diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/docs/docs.json | 2 | ||||
| -rw-r--r-- | apps/web/app/(navigation)/settings/support/page.tsx | 14 | ||||
| -rw-r--r-- | apps/web/components/views/integrations.tsx | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index e2d1f202..3b0747fb 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -30,7 +30,7 @@ "socials": { "github": "https://github.com/supermemoryai", "linkedin": "https://linkedin.com/company/supermemoryai", - "x": "https://x.com/supermemoryai" + "x": "https://x.com/supermemory" } }, "icons": { "library": "lucide" }, diff --git a/apps/web/app/(navigation)/settings/support/page.tsx b/apps/web/app/(navigation)/settings/support/page.tsx index 7dc2a207..30e96c37 100644 --- a/apps/web/app/(navigation)/settings/support/page.tsx +++ b/apps/web/app/(navigation)/settings/support/page.tsx @@ -23,9 +23,7 @@ export default function SupportPage() { <div className="space-y-3"> <Button className="w-full justify-start bg-blue-500/20 hover:bg-blue-500/30 text-blue-600 dark:text-blue-400 border-blue-500/30" - onClick={() => - window.open("https://x.com/supermemoryai", "_blank") - } + onClick={() => window.open("https://x.com/supermemory", "_blank")} variant="outline" > <MessageCircle className="w-4 h-4 mr-2" /> @@ -69,9 +67,9 @@ export default function SupportPage() { What's included in the Pro plan? </h4> <p className="text-muted-foreground text-sm"> - Pro includes unlimited memories (vs 200 in free), 10 connections to - external services like Google Drive and Notion, advanced search - features, and priority support. + Pro includes unlimited memories (vs 200 in free), 10 connections + to external services like Google Drive and Notion, advanced + search features, and priority support. </p> </div> @@ -111,7 +109,7 @@ export default function SupportPage() { <Button className="w-full justify-start bg-purple-500/20 hover:bg-purple-500/30 text-purple-600 dark:text-purple-400 border-purple-500/30" - onClick={() => window.open("https://x.com/supermemoryai", "_blank")} + onClick={() => window.open("https://x.com/supermemory", "_blank")} variant="outline" > <MessageCircle className="w-4 h-4 mr-2" /> @@ -122,4 +120,4 @@ export default function SupportPage() { </div> </div> ) -}
\ No newline at end of file +} diff --git a/apps/web/components/views/integrations.tsx b/apps/web/components/views/integrations.tsx index eac11d41..0a5ba2dc 100644 --- a/apps/web/components/views/integrations.tsx +++ b/apps/web/components/views/integrations.tsx @@ -1111,7 +1111,7 @@ export function IntegrationsView() { More integrations are coming soon! Have a suggestion? Share it with us on{" "} <a - href="https://x.com/supermemoryai" + href="https://x.com/supermemory" target="_blank" rel="noopener noreferrer" className="text-primary hover:text-primary/80 underline" |