mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
fix(coderabbit): New URL
This commit is contained in:
parent
acfb35ac64
commit
a7389b6d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export const Citation = React.memo(({ citationId, citationText, position, source
|
|||
variant="ghost"
|
||||
size="icon"
|
||||
className="h-7 w-7 rounded-full"
|
||||
onClick={() => window.open(source.url, '_blank')}
|
||||
onClick={() => window.open(source.url, '_blank', 'noopener,noreferrer')}
|
||||
title="Open in new tab"
|
||||
>
|
||||
<ExternalLink className="h-3.5 w-3.5" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue