feat(assets): convert png -> webp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import NOTIFICATION_IMAGE from "/assets/images/contact/bottom-screen/notification.png";
|
||||
import TITLE_IMAGE from "/assets/images/contact/top-screen/title.png";
|
||||
import NOTIFICATION_IMAGE from "/assets/images/contact/bottom-screen/notification.webp";
|
||||
import TITLE_IMAGE from "/assets/images/contact/top-screen/title.webp";
|
||||
|
||||
// text color:
|
||||
const store = useContactStore();
|
||||
|
||||
Reference in New Issue
Block a user