Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
14 changes: 6 additions & 8 deletions apps/web/app/(navigation)/settings/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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" />
Expand All @@ -122,4 +120,4 @@ export default function SupportPage() {
</div>
</div>
)
}
}
2 changes: 1 addition & 1 deletion apps/web/components/views/integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down