diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 18:38:51 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-21 03:59:51 -0400 |
| commit | 7db9a465005a0823957f50909e26b40e23e72534 (patch) | |
| tree | 821fea74db98ab56ea0b85225acdd23de7f984de /static/releases.html | |
| parent | 68b8ac56a634c433800fb277bdcf2c0c36c26aa0 (diff) | |
publish Pixel Tablet support
Diffstat (limited to 'static/releases.html')
| -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 7673adce..fa2da4b9 100644 --- a/static/releases.html +++ b/static/releases.html @@ -62,7 +62,7 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li hidden=""><a href="#tangorpro-stable">Pixel Tablet</a></li> + <li><a href="#tangorpro-stable">Pixel Tablet</a></li> <li><a href="#lynx-stable">Pixel 7a</a></li> <li><a href="#cheetah-stable">Pixel 7 Pro</a></li> <li><a href="#panther-stable">Pixel 7</a></li> @@ -80,7 +80,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li hidden=""><a href="#tangorpro-beta">Pixel Tablet</a></li> + <li><a href="#tangorpro-beta">Pixel Tablet</a></li> <li><a href="#lynx-beta">Pixel 7a</a></li> <li><a href="#cheetah-beta">Pixel 7 Pro</a></li> <li><a href="#panther-beta">Pixel 7</a></li> @@ -379,7 +379,7 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> - <section id="tangorpro-stable" hidden=""> + <section id="tangorpro-stable"> <h3><a href="#tangorpro-stable">Pixel Tablet</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}">{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}</a></p> <ul> @@ -501,7 +501,7 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> - <section id="tangorpro-beta" hidden=""> + <section id="tangorpro-beta"> <h3><a href="#tangorpro-beta">Pixel Tablet</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}">{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}</a></p> <ul> |
