diff options
| -rw-r--r-- | apps/web/app/(dash)/chat/chatWindow.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/(dash)/chat/chatWindow.tsx b/apps/web/app/(dash)/chat/chatWindow.tsx index ed65bf7a..3d7ca295 100644 --- a/apps/web/app/(dash)/chat/chatWindow.tsx +++ b/apps/web/app/(dash)/chat/chatWindow.tsx @@ -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> |