elk/components/nav/NavTitle.vue

9 lines
239 B
Vue
Raw Normal View History

2022-11-14 04:33:09 +01:00
<template>
<NuxtLink flex text-2xl gap-2 to="/">
2022-11-23 13:04:45 +01:00
<img aria-label="Nuxtodon Logo" src="/nuxtodon.svg" width="25" height="25">
2022-11-14 04:33:09 +01:00
<div>
Nuxtodon <sup text-sm italic op50 mt-1>Prototype</sup>
</div>
</NuxtLink>
</template>