elk/components/nav/NavTitle.vue

9 lines
189 B
Vue
Raw Normal View History

2022-11-14 03:33:09 +00:00
<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>