diff options
| -rw-r--r-- | static/faq.html | 1 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 8 |
3 files changed, 6 insertions, 5 deletions
diff --git a/static/faq.html b/static/faq.html index e642829d..67491160 100644 --- a/static/faq.html +++ b/static/faq.html @@ -142,6 +142,7 @@ <p>GrapheneOS has official production support for the following devices:</p> <ul> + <li>Pixel 6a (bluejay) – experimental</li> <li>Pixel 6 Pro (raven)</li> <li>Pixel 6 (oriole)</li> <li>Pixel 5a (barbet)</li> diff --git a/static/js/web-install.js b/static/js/web-install.js index 1c234eab..3fbec2d4 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; diff --git a/static/releases.html b/static/releases.html index f331f748..7fcd772f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -61,7 +61,7 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li hidden="hidden"><a href="#bluejay-stable">Pixel 6a (experimental)</a></li> + <li><a href="#bluejay-stable">Pixel 6a (experimental)</a></li> <li><a href="#raven-stable">Pixel 6 Pro</a></li> <li><a href="#oriole-stable">Pixel 6</a></li> <li><a href="#barbet-stable">Pixel 5a</a></li> @@ -79,7 +79,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li hidden="hidden"><a href="#bluejay-beta">Pixel 6a (experimental)</a></li> + <li><a href="#bluejay-beta">Pixel 6a (experimental)</a></li> <li><a href="#raven-beta">Pixel 6 Pro</a></li> <li><a href="#oriole-beta">Pixel 6</a></li> <li><a href="#barbet-beta">Pixel 5a</a></li> @@ -303,7 +303,7 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> - <section id="bluejay-stable" hidden="hidden"> + <section id="bluejay-stable"> <h3><a href="#bluejay-stable">Pixel 6a (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}">{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}</a></p> <ul> @@ -425,7 +425,7 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> - <section id="bluejay-beta" hidden="hidden"> + <section id="bluejay-beta"> <h3><a href="#bluejay-beta">Pixel 6a (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}">{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}</a></p> <ul> |
