fix: update link in welcome page to open integrations in a new tab with appropriate security attributes

This commit is contained in:
Usman Baig
2026-02-08 14:50:03 +01:00
parent b5f95a8abc
commit a7933443ef

View File

@@ -735,7 +735,7 @@ function WelcomeContent() {
))}
</div>
<p className="text-xs text-neutral-500 dark:text-neutral-400 mb-2">
<Link href="/integrations" className="text-brand-orange hover:underline">
<Link href="/integrations" target="_blank" rel="noopener noreferrer" className="text-brand-orange hover:underline">
View all integrations →
</Link>
</p>