diff options
| author | Dhravya Shah <[email protected]> | 2024-07-19 18:56:45 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-19 18:56:45 -0500 |
| commit | c511f451bb0aa0d428c20bdb75edcade7d5ecdb9 (patch) | |
| tree | e3fe4c01a32a6e5f7b2ec30cf3f0847109d81e77 | |
| parent | Merge pull request #125 from supermemoryai/revert-121-codetorso (diff) | |
| download | supermemory-c511f451bb0aa0d428c20bdb75edcade7d5ecdb9.tar.xz supermemory-c511f451bb0aa0d428c20bdb75edcade7d5ecdb9.zip | |
fix links
| -rw-r--r-- | apps/web/app/(dash)/home/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx index bb48ef15..378acdf8 100644 --- a/apps/web/app/(dash)/home/page.tsx +++ b/apps/web/app/(dash)/home/page.tsx @@ -143,7 +143,7 @@ function Page({ Install extension </a> <a - href="https://github.com/Dhravya/supermemory/issues/new" + href="https://github.com/supermemoryai/supermemory/issues/new" target="_blank" rel="noreferrer" className="flex items-center gap-2 text-muted-foreground" @@ -152,7 +152,7 @@ function Page({ Bug report </a> <a - href="https://x.com/supermemory.ai" + href="https://x.com/supermemoryai" target="_blank" rel="noreferrer" className="flex items-center gap-2 text-muted-foreground" |