Skip to content

Commit

Permalink
chore: use webp format for landing page screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Sep 13, 2024
1 parent 6cd9cb6 commit 475a43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added static/img/mobile.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="pb-3 mb-3 text-xl font-bold lg:pb-6 lg:mb-6 lg:text-2xl">
</ul>
</div>
<div>
<img src="{% static "img/mobile.png" %}" alt="Mobile" class="bg-cover rounded-xl border border-gray-600" width="360" height="800">
<img src="{% static "img/mobile.webp" %}" alt="Mobile" class="bg-cover rounded-xl border border-gray-600" width="360" height="800">
</div>
</div>
</div>
Expand Down

0 comments on commit 475a43a

Please sign in to comment.