fix(release-notes): remove redundant comma in media player description

This commit is contained in:
mr. m 2025-03-18 18:44:27 +01:00
parent 72fea8b359
commit 85ebcd5b43
No known key found for this signature in database
GPG key ID: 419302196C23B258
6 changed files with 13 additions and 23 deletions

View file

@ -23,5 +23,5 @@ export interface ReleaseNote {
isTwilight?: boolean
}
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse();
export { default as releaseNotesTwilight } from './release-notes/twilight.json';
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse()
export { default as releaseNotesTwilight } from './release-notes/twilight.json'