diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:25:53 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:25:53 -0500 |
| commit | 135af1643908352475f90eb2c5b3fd732a43843c (patch) | |
| tree | 89c179be53b7130a83a37ff61fd245b0afa9e80c | |
| parent | 8a6e344d8627234fffd096361e6e5a0d427d0d65 (diff) | |
consistently list newer devices first
| -rw-r--r-- | static/faq.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/faq.html b/static/faq.html index a933ec24..7cdb1cec 100644 --- a/static/faq.html +++ b/static/faq.html @@ -136,15 +136,15 @@ <p>GrapheneOS has official production support for the following devices:</p> <ul> - <li>Pixel 3</li> - <li>Pixel 3 XL</li> - <li>Pixel 3a</li> - <li>Pixel 3a XL</li> - <li>Pixel 4</li> - <li>Pixel 4 XL</li> - <li>Pixel 4a</li> - <li>Pixel 4a (5G)</li> <li>Pixel 5</li> + <li>Pixel 4a (5G)</li> + <li>Pixel 4a</li> + <li>Pixel 4 XL</li> + <li>Pixel 4</li> + <li>Pixel 3a XL</li> + <li>Pixel 3a</li> + <li>Pixel 3 XL</li> + <li>Pixel 3</li> </ul> <p>The release tags for these devices have official builds and updates |
