rename image files
This commit is contained in:
parent
d5b2c73b1d
commit
146c989aa4
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
@ -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>
|
Loading…
Reference in New Issue