mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
9 lines
239 B
Vue
9 lines
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>
|