website/app/components/AppLogo.vue
kittentm 51a6ea62b4
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 20s
feat: add footer
2026-05-13 01:04:57 +02:00

13 lines
No EOL
179 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>