diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-25 06:54:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-25 06:54:16 -0400 |
| commit | 6b62c17ef03efc6d11aa7b9e39ca128f9ac7021b (patch) | |
| tree | 354a0a87ce346d57a636cfced08a1c72c56c0ac2 | |
| parent | 2cdb9ea235cce365badb25a8654719df9411bbe7 (diff) | |
unhide sunfish releases
| -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 dacdbc97..e170ae94 100644 --- a/static/releases.html +++ b/static/releases.html @@ -53,7 +53,7 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li class="hidden"><a href="#sunfish-stable">Pixel 4a (experimental)</a></li> + <li><a href="#sunfish-stable">Pixel 4a (experimental)</a></li> <li><a href="#coral-stable">Pixel 4 XL</a></li> <li><a href="#flame-stable">Pixel 4</a></li> <li><a href="#bonito-stable">Pixel 3a XL</a></li> @@ -67,7 +67,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li class="hidden"><a href="#sunfish-beta">Pixel 4a (experimental)</a></li> + <li><a href="#sunfish-beta">Pixel 4a (experimental)</a></li> <li><a href="#coral-beta">Pixel 4 XL</a></li> <li><a href="#flame-beta">Pixel 4</a></li> <li><a href="#bonito-beta">Pixel 3a XL</a></li> @@ -172,7 +172,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="sunfish-stable" class="hidden"> + <section id="sunfish-stable"> <h3> <a href="#sunfish-stable">Pixel 4a (experimental)</a> </h3> @@ -282,7 +282,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="sunfish-beta" class="hidden"> + <section id="sunfish-beta"> <h3> <a href="#sunfish-beta">Pixel 4a (experimental)</a> </h3> |
