Skip to content

Commit 4c1eab6

Browse files
fix: use a more meaningful alt text for the kawai logo
Update app/pages/index.vue Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fb57265 commit 4c1eab6

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
@@ -44,7 +44,7 @@ const isKawaii = computed(() => route.query.kawai === 'true')
4444
width="400"
4545
class="pb-8 motion-safe:animate-fade-in motion-safe:hover:scale-105 motion-safe:transition"
4646
src="/extra/npmx-cute.svg"
47-
alt="sticker"
47+
alt="npmx kawaii logo"
4848
/>
4949
<AppLogo v-if="isKawaii !== true" class="w-42 h-auto sm:w-58 md:w-70" />
5050
<span

0 commit comments

Comments
 (0)