diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:44:37 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:44:37 -0500 |
| commit | 4a918f0c1184fe08eaaac9db5a9d2ec03c020013 (patch) | |
| tree | eb433b9d1ad5824224739d1304c2c28e4b0e4a64 /static/faq.html | |
| parent | e46d7720afa4a26f92bf5c247f45ebc69a16a29c (diff) | |
use consistent device order for lists
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index a23c5d0b..274330f1 100644 --- a/static/faq.html +++ b/static/faq.html @@ -319,8 +319,8 @@ separate from the official GrapheneOS releases:</p> <ul> - <li>Pixel 2 (walleye)</li> <li>Pixel 2 XL (taimen)</li> + <li>Pixel 2 (walleye)</li> </ul> <p>The following devices are no longer supported at all:</p> |
