fix: update bug link format in ReleaseNoteItem to use 'gh-' prefix

This commit is contained in:
mr. m
2026-04-08 13:32:36 +02:00
parent 2019a8a5a9
commit fd62dae794

View File

@@ -61,7 +61,7 @@ const generateItems = (items: any, type: string) => {
...(item.issue
? {
link: {
text: `Bug #${item.issue}`,
text: `Bug gh-${item.issue}`,
href: `https://github.com/zen-browser/desktop/issues/${item.issue}`,
},
}