Replace dashboard preview image format from PNG to WEBP

This commit is contained in:
Felipe Coutinho
2026-03-04 22:03:27 -03:00
committed by GitHub
parent b28da7c1b5
commit f0497d5c5f

View File

@@ -21,7 +21,7 @@
--- ---
<p align="center"> <p align="center">
<img src="./public/dashboard-preview-light.png" alt="Dashboard Preview" width="800" /> <img src="./public/dashboard-preview-light.webp" alt="Dashboard Preview" width="800" />
</p> </p>
--- ---