diff options
| author | Dhravya Shah <[email protected]> | 2025-02-27 19:03:57 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-02-27 19:03:57 -0700 |
| commit | aaee33b8c75f1a12ccaf52c6a779fe767b077305 (patch) | |
| tree | 8d4445cb97cf0c4edd93ea286ae18c7bbe812553 /apps/backend/src/components | |
| parent | hybrid rag looks good now (diff) | |
| download | supermemory-aaee33b8c75f1a12ccaf52c6a779fe767b077305.tar.xz supermemory-aaee33b8c75f1a12ccaf52c6a779fe767b077305.zip | |
fix: discord links
Diffstat (limited to 'apps/backend/src/components')
| -rw-r--r-- | apps/backend/src/components/landing.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/backend/src/components/landing.tsx b/apps/backend/src/components/landing.tsx index ae00a450..87bbdb69 100644 --- a/apps/backend/src/components/landing.tsx +++ b/apps/backend/src/components/landing.tsx @@ -194,7 +194,7 @@ export function LandingPage() { </li> <li> <a - href="https://discord.gg/supermemory" + href="https://discord.gg/b3BgKWpbtR" target="_blank" className="hover:text-white" rel="noreferrer" |