diff options
| author | MaheshtheDev <[email protected]> | 2025-12-07 03:44:11 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-07 03:44:11 +0000 |
| commit | 89d056e6ba004c4eed631ae0e43fe4faa6a0bbdf (patch) | |
| tree | c07b14ead131c3967475120d144f82d9df30e2ee | |
| parent | chore: update cursor one click mcp installation (#608) (diff) | |
| download | supermemory-89d056e6ba004c4eed631ae0e43fe4faa6a0bbdf.tar.xz supermemory-89d056e6ba004c4eed631ae0e43fe4faa6a0bbdf.zip | |
Update X social links from supermemoryai to supermemory (#607)12-05-fix_x_handle_links
we recently got new x/twitter handle and update the references for the links
| -rw-r--r-- | README.md | 2 | ||||
| -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 |
4 files changed, 9 insertions, 11 deletions
@@ -102,4 +102,4 @@ Check out our [Issues](https://github.com/supermemoryai/supermemory/issues) page Stay up to date with the latest improvements: - [Changelog](https://docs.supermemory.ai/changelog/overview) -- [X](https://x.com/supermemoryai). +- [X](https://x.com/supermemory). 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" |