lint: fix lint
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 29s

This commit is contained in:
kittentm 2026-05-13 03:19:37 +02:00
commit 587bbca7b3
Signed by: kitten
GPG key ID: 394B4EABE4405A83
5 changed files with 39 additions and 36 deletions

View file

@ -1,13 +1,13 @@
<template>
<img
src="/spbr-coloured.png"
alt="Spacebar Logo"
<img
src="/spbr-coloured.png"
alt="Spacebar Logo"
class="h-10 w-auto object-contain"
/>
>
</template>
<style scoped>
img {
height: 40px;
height: 40px;
}
</style>
</style>