summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-12 08:23:51 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-12 08:24:27 -0400
commit3366b4fbc72189967740fae03b0f3085b9dc3b40 (patch)
tree8b04834498948a9ad2b46a4601a2ddce96537d2d /static/js
parente2b7c7ab46fdb86cdfa2e580c04d572e97ff5414 (diff)
add Alpha channel to releases page
Diffstat (limited to 'static/js')
-rw-r--r--static/js/releases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js
index 7c6a7256..5fbf664a 100644
--- a/static/js/releases.js
+++ b/static/js/releases.js
@@ -3,7 +3,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const devices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const legacyFactoryDevices = new Set(["sunfish", "coral", "flame"]);
-const channels = ["stable", "beta"];
+const channels = ["stable", "beta", "alpha"];
const delayMs = 1000 * 60 * 5;
function updateLink(link, text, url) {