1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-03 01:08:07 +09:00
elk/components/nav/NavTitle.vue
2022-11-23 21:06:27 +08:00

9 lines
221 B
Vue

<template>
<NuxtLink flex text-2xl gap-2 to="/">
<img aria-label="Elk Logo" src="/logo.svg" width="25" height="25">
<div>
Elk <sup text-sm italic op50 mt-1>alpha</sup>
</div>
</NuxtLink>
</template>