Skip to content
Snippets Groups Projects
Commit 4d8cd67a authored by Jakob Yanagibashi's avatar Jakob Yanagibashi
Browse files

Rename beta to testing

parent e03d3299
Branches
No related tags found
2 merge requests!2CI improvements,!1Implement "Jump to" shortcut
Pipeline #260489 passed
...@@ -16,7 +16,7 @@ var aboutText = ` ...@@ -16,7 +16,7 @@ var aboutText = `
`; `;
if (import.meta.env.VITE_APP_BRANCH == "dev") { if (import.meta.env.VITE_APP_BRANCH == "dev") {
aboutText = ` aboutText = `
<i class="fa-solid fa-kiwi-bird fa-bounce"></i> BETA</h1> <i class="fa-solid fa-kiwi-bird fa-bounce"></i> TESTING</h1>
<p>Version: ${ import.meta.env.VITE_APP_DATE } <p>Version: ${ import.meta.env.VITE_APP_DATE }
(${ import.meta.env.VITE_APP_BRANCH } (${ import.meta.env.VITE_APP_BRANCH }
${ import.meta.env.VITE_APP_HASH })</p> ${ import.meta.env.VITE_APP_HASH })</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment