Newer
Older

Дмитрий Малюгин
committed
<script setup lang="ts"></script>
<template>
<section class="inline-flex items-center gap-10">
<img
src="@/app/assets/ShelfNote.svg"
alt="ShelfNote logo"
class="bg-white size-12 rounded-full"
/>
<span class="font-semibold text-2xl text-primary">ShelfNote</span>
</section>

Дмитрий Малюгин
committed
</template>
<style scoped></style>