mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
Update X social links from supermemoryai to supermemory (#607)
we recently got new x/twitter handle and update the references for the links
This commit is contained in:
parent
b2ecad12b8
commit
89d056e6ba
4 changed files with 9 additions and 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).
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue