1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-07 04:39:10 +01:00
elk/components/nav/NavTitle.vue
2022-11-14 11:33:09 +08:00

9 lines
189 B
Vue

<template>
<NuxtLink flex text-2xl gap-2 to="/">
<div i-logos-nuxt-icon />
<div>
Nuxtodon <sup text-sm italic op50 mt-1>Prototype</sup>
</div>
</NuxtLink>
</template>