diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2022-10-18 11:32:18 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-18 15:03:06 -0400 |
| commit | 12ee1c82935d5ad68747e97d630b9e56da52c8cb (patch) | |
| tree | 9b68259b4b4c5e4c076c6237e35b077297f9456b /static/index.html | |
| parent | 92d218c8baac79637bee9ddf7ff9b96b93a3d6d0 (diff) | |
Update device image
This is a vectorized image of the Pixel 7 Pro, and saves 98 % of the
byte length of the previously used image.
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 2ae061da..f44a9f9e 100644 --- a/static/index.html +++ b/static/index.html @@ -59,7 +59,7 @@ </div> <figure class="device-img"> - <img class="phone-img" height="580" src="/phone.png" alt=""/> + <img class="phone-img" width="276" height="579" src="{{path|/pixel-7-pro.svg}}" alt=""/> <img class="phone-logo-img" width="200" height="200" src="{{path|/mask-icon.svg}}" alt=""/> </figure> |
