rename image files

This commit is contained in:
SadlyNotSappho 2023-04-21 13:29:34 -07:00
parent d5b2c73b1d
commit 146c989aa4
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,5 +1,5 @@
<template> <template>
<img alt="a stock image of an orange, sorta chubby, cat, sitting on a wood table" class="cat" <img alt="a stock image of an orange, sorta chubby, cat, sitting on a wood table" class="cat"
src="../assets/stock image of cat.webp" /> src="../assets/stock-image-of-cat.webp" />
<img alt="A screenshot from a messaging platform" class="jankmobile" src="../assets/sorta jank on mobile.png" /> <img alt="A screenshot from a messaging platform" class="jankmobile" src="../assets/sorta-jank-on-mobile.png" />
</template> </template>