diff options
| author | Dhravya Shah <[email protected]> | 2024-07-11 07:45:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-11 07:45:49 -0500 |
| commit | 05ed7f714fc66969baf6692ac98f341b6cf219eb (patch) | |
| tree | 7bd1ea91b88c46addb0dbbdaaf446bad00c1c4f6 /apps/web | |
| parent | return whole response (diff) | |
| parent | Update content.jsx the memory cards link opens in new tab (diff) | |
| download | archived-supermemory-05ed7f714fc66969baf6692ac98f341b6cf219eb.tar.xz archived-supermemory-05ed7f714fc66969baf6692ac98f341b6cf219eb.zip | |
Merge pull request #114 from GauravBurande/patch-1
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" ? ( <> |