website/app/components/AppLogo.vue

13 lines
179 B
Vue
Raw Normal View History

2026-05-12 21:05:12 +02:00
<template>
2026-05-13 01:04:57 +02:00
<img
src="/spbr-coloured.png"
alt="Spacebar Logo"
class="h-10 w-auto object-contain"
/>
2026-05-12 21:05:12 +02:00
</template>
2026-05-13 01:04:57 +02:00
<style scoped>
img {
height: 40px;
}
</style>