elk/components/nav/NavTitle.vue

9 wiersze
239 B
Vue

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