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:
CodeTorso 2024-07-28 05:32:08 +05:30 committed by GitHub
commit bb4eed6525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -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": {