prosojnice/components/rkv-logo.vue
2024-05-30 13:40:02 +02:00

9 lines
300 B
Vue

<template>
<div class="flex justify-center items-center gap-4">
<img src="/images/RKV_logo.svg" class="h-20">
<div class="flex flex-col items-start">
<div class="text-3xl">Radioklub Vegova</div>
<div>S59VEG, S56V</div>
</div>
</div>
</template>