mod-portal-v2/app/components/AppLogo.vue
2026-07-29 05:25:53 +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>