Skip to content
LogoAndLabel.vue 289 B
Newer Older
<script setup lang="ts"></script>

<template>
  <span class="inline-flex items-center gap-2"
    ><img src="@/assets/Motion.svg" alt="Motion logo" class="bg-white size-12" />
    <span class="font-semibold text-2xl text-primary">Motion</span></span
  >
</template>

<style scoped></style>