
commit b76020637c3bb19c58f960b923f4022377ca59ff Author: antonela <antonela@torproject.org> Date: Tue Nov 3 09:48:52 2020 -0300 Update TBA screenshot --- .../images/tor-browser-mobile-window/png/TBA10.0.png | Bin 0 -> 85818 bytes templates/download-android.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/images/tor-browser-mobile-window/png/TBA10.0.png b/assets/static/images/tor-browser-mobile-window/png/TBA10.0.png new file mode 100644 index 00000000..dd50be37 Binary files /dev/null and b/assets/static/images/tor-browser-mobile-window/png/TBA10.0.png differ diff --git a/templates/download-android.html b/templates/download-android.html index aaa9e03c..57feacf0 100644 --- a/templates/download-android.html +++ b/templates/download-android.html @@ -37,7 +37,7 @@ </div> </div> <div class="d-none d-lg-block col-lg-4 p-5"> - <img class="img-fluid" height="auto" src="{{ 'static/images/tor-browser-mobile-window/png/TBAa-onboarding@2x.png'|asseturl }}" style="box-shadow: 0px 30px 100px rgba(0,0,0,0.5);"> + <img class="img-fluid w-75" height="auto" src="{{ 'static/images/tor-browser-mobile-window/png/TBA10.0.png'|asseturl }}" style="box-shadow: 0px 30px 100px rgba(0,0,0,0.5);"> </div> <div class="row py-5 content-center col-12"> <a class="text-light mx-auto text-center nick" href="https://onionbrowser.com" target="_blank"><i class="text-light fab fa-apple-png mr-3" alt="apple" ></i>{{ _('Are you an iOS user? We encourage you to try Onion Browser.') }} </a>
participants (1)
-
gus@torproject.org