fix(coderabbit): New URL

This commit is contained in:
Exceeds_Lenovo\rohan 2025-04-25 15:44:11 -07:00
parent acfb35ac64
commit a7389b6d2e

View file

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