diff options
| author | Gaurav Burande <[email protected]> | 2024-07-11 13:35:14 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-11 13:35:14 +0530 |
| commit | d50ed5a343c97ab419b0d24db76e5907bf716d4a (patch) | |
| tree | 7bd1ea91b88c46addb0dbbdaaf446bad00c1c4f6 /apps/web | |
| parent | return whole response (diff) | |
| download | supermemory-d50ed5a343c97ab419b0d24db76e5907bf716d4a.tar.xz supermemory-d50ed5a343c97ab419b0d24db76e5907bf716d4a.zip | |
Update content.jsx the memory cards link opens in new tab
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/(dash)/(memories)/content.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/(dash)/(memories)/content.tsx b/apps/web/app/(dash)/(memories)/content.tsx index 1181c01b..960ca05f 100644 --- a/apps/web/app/(dash)/(memories)/content.tsx +++ b/apps/web/app/(dash)/(memories)/content.tsx @@ -274,6 +274,7 @@ function LinkComponent({ > <Link href={url.replace("https://supermemory.ai", "").split("#")[0] ?? "/"} + target="_blank" > {type === "page" ? ( <> |