mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix: update bug link format in ReleaseNoteItem to use 'gh-' prefix
This commit is contained in:
@@ -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}`,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user