mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Merge pull request #180 from dishit7/fix/openlink_in_newtab
Merge pull request #180 from dishit7/fix/openlink_in_newtab
This commit is contained in:
commit
bb4eed6525
2 changed files with 3 additions and 1 deletions
|
|
@ -366,6 +366,8 @@ function ChatWindow({
|
|||
href={source.source}
|
||||
key={idx}
|
||||
className="w-[350px] shrink-0 p-4 gap-2 rounded-2xl flex flex-col bg-secondary"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<div className="flex justify-between text-foreground-menu text-sm">
|
||||
<span>{source.type}</span>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"lint-staged": "^15.2.5",
|
||||
"prettier": "^3.3.3",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"turbo": "2.0.3",
|
||||
"turbo": "^2.0.3",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue