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 /apps/web/app/(navigation) | |
| 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
Diffstat (limited to 'apps/web/app/(navigation)')
| -rw-r--r-- | apps/web/app/(navigation)/settings/support/page.tsx | 14 |
1 files changed, 6 insertions, 8 deletions
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 +} |