mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Change issue link to mojira.dev
This commit is contained in:
@@ -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} />)}
|
||||||
|
|||||||
Reference in New Issue
Block a user