Skip to content

Commit

Permalink
chore: mark timeline as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Aug 27, 2024
1 parent e20cd87 commit 16c7107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/client/src/viewerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const navigatorConstants = [
{ url: '/clock', label: 'Clock' },
{ url: '/minimal', label: 'Minimal Timer' },
{ url: '/backstage', label: 'Backstage' },
{ url: '/timeline', label: 'Timeline' },
{ url: '/timeline', label: 'Timeline (beta)' },
{ url: '/public', label: 'Public' },
{ url: '/lower', label: 'Lower Thirds' },
{ url: '/studio', label: 'Studio Clock' },
Expand Down
2 changes: 1 addition & 1 deletion apps/electron/src/menu/applicationMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase, version, redirectWindow)
},
},
{
label: 'Timeline',
label: 'Timeline (beta)',
click: async () => {
await shell.openExternal(`${urlBase}/timeline`);
},
Expand Down

0 comments on commit 16c7107

Please sign in to comment.