diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-11 21:30:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-11 21:30:41 -0500 |
| commit | 3170a40acc2217b66799c3edbf2ae487baa56904 (patch) | |
| tree | af89eb30a213bb25415e99a10184da2409f5b80d | |
| parent | c6b1214f40e2dad3d6afcf92e7dfdbab17957ece (diff) | |
stop hiding Pixel 4a 5G and Pixel 5 Beta channel
| -rw-r--r-- | static/releases.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html index 05b4512e..b74cb788 100644 --- a/static/releases.html +++ b/static/releases.html @@ -75,8 +75,8 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li hidden="hidden"><a href="#redfin-beta">Pixel 5 (experimental)</a></li> - <li hidden="hidden"><a href="#bramble-beta">Pixel 4a 5G (experimental)</a></li> + <li><a href="#redfin-beta">Pixel 5 (experimental)</a></li> + <li><a href="#bramble-beta">Pixel 4a 5G (experimental)</a></li> <li><a href="#sunfish-beta">Pixel 4a</a></li> <li><a href="#coral-beta">Pixel 4 XL</a></li> <li><a href="#flame-beta">Pixel 4</a></li> @@ -312,7 +312,7 @@ the update server. The list you're seeing below is a pre-generated template and may not be updated for the latest set of releases yet.</strong></p></noscript> - <section id="redfin-beta" hidden="hidden"> + <section id="redfin-beta"> <h3><a href="#redfin-beta">Pixel 5 (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.07.17">RQ1A.210205.004.2021.02.07.17</a></p> <ul> @@ -321,7 +321,7 @@ <li><a href="https://releases.grapheneos.org/redfin-ota_update-2021.02.07.17.zip">redfin-ota_update-2021.02.07.17.zip</a></li> </ul> </section> - <section id="bramble-beta" hidden="hidden"> + <section id="bramble-beta"> <h3><a href="#bramble-beta">Pixel 4a 5G (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.07.17">RQ1A.210205.004.2021.02.07.17</a></p> <ul> |
