Skip to content

Commit fb57265

Browse files
committed
fix: typo in classname
1 parent bd3f798 commit fb57265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const isKawaii = computed(() => route.query.kawai === 'true')
4242
<img
4343
v-if="isKawaii === true"
4444
width="400"
45-
class="pb-8 motion-safe:animate-fade-in motion-safe:hover:scale-105 motion-safe:tra nsition"
45+
class="pb-8 motion-safe:animate-fade-in motion-safe:hover:scale-105 motion-safe:transition"
4646
src="/extra/npmx-cute.svg"
4747
alt="sticker"
4848
/>

0 commit comments

Comments
 (0)