We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3f798 commit fb57265Copy full SHA for fb57265
app/pages/index.vue
@@ -42,7 +42,7 @@ const isKawaii = computed(() => route.query.kawai === 'true')
42
<img
43
v-if="isKawaii === true"
44
width="400"
45
- class="pb-8 motion-safe:animate-fade-in motion-safe:hover:scale-105 motion-safe:tra nsition"
+ class="pb-8 motion-safe:animate-fade-in motion-safe:hover:scale-105 motion-safe:transition"
46
src="/extra/npmx-cute.svg"
47
alt="sticker"
48
/>
0 commit comments