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>