Change issue link to mojira.dev
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Misode
2025-06-07 14:21:45 +02:00
parent ddf2d8ff0a
commit 624d47935d

View File

@@ -6,7 +6,7 @@ interface Props {
fix: Bugfix fix: Bugfix
} }
export function Issue({ fix }: Props) { export function Issue({ fix }: Props) {
return <Card overlay={fix.id} link={`https://bugs.mojang.com/browse/${fix.id}`}> return <Card overlay={fix.id} link={`https://mojira.dev/${fix.id}`}>
<div class="changelog-content">{fix.summary}</div> <div class="changelog-content">{fix.summary}</div>
<div class="badges-list"> <div class="badges-list">
{fix.categories.map(c => <Badge label={c} />)} {fix.categories.map(c => <Badge label={c} />)}