From 624d47935dfe26b3072da9c11efe567bd7bd7177 Mon Sep 17 00:00:00 2001 From: Misode Date: Sat, 7 Jun 2025 14:21:45 +0200 Subject: [PATCH] Change issue link to mojira.dev --- src/app/components/versions/Issue.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/versions/Issue.tsx b/src/app/components/versions/Issue.tsx index f9193ad0..2662f12a 100644 --- a/src/app/components/versions/Issue.tsx +++ b/src/app/components/versions/Issue.tsx @@ -6,7 +6,7 @@ interface Props { fix: Bugfix } export function Issue({ fix }: Props) { - return + return
{fix.summary}
{fix.categories.map(c => )}