Skip to content

Commit

Permalink
chore(client/electron/build): remove the "Beta" from the title bar (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Apr 1, 2024
1 parent dea1ca1 commit 29ee26f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/www/index_electron.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=no" />
</head>
<body unresolved>
<script>
// exposed in preload.ts
if (window.electron.os.platform === 'linux') {
document.title = 'Outline Beta';
}
</script>
<app-root></app-root>
</body>
</html>

0 comments on commit 29ee26f

Please sign in to comment.