Files
Kotyata/apps/client/components/navigation/logo.vue
2026-03-17 13:24:22 +03:00

11 lines
181 B
Vue

<template>
<NuxtLink to="/projects">
<img
class="app-logo__img"
src="/logo-with-text.svg"
alt="logo"
draggable="false"
>
</NuxtLink>
</template>