mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix(release-notes): remove redundant comma in media player description
This commit is contained in:
parent
72fea8b359
commit
85ebcd5b43
6 changed files with 13 additions and 23 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue