website/app/components/AppLogo.vue
kittentm 587bbca7b3
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 29s
lint: fix lint
2026-05-13 03:19:37 +02:00

13 lines
175 B
Vue

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