Skip to content

Commit e1aa5f4

Browse files
committed
feat: add utm_source to insight link
1 parent e64b3cd commit e1aa5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AlertDetail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function AlertDetail({ alert }: { alert: AlertConversation }) {
2828
<label className="font-medium">Package:</label>
2929
&nbsp;
3030
<a
31-
href={`https://www.insight.stacklok.com/report/${maliciousPkg.type}/${maliciousPkg.name}`}
31+
href={`https://www.insight.stacklok.com/report/${maliciousPkg.type}/${maliciousPkg.name}?utm_source=codegate-ui`}
3232
target="_blank"
3333
rel="noopener noreferrer"
3434
className="text-brand-500 hover:underline"

0 commit comments

Comments
 (0)