chore: rename to Elk

This commit is contained in:
Anthony Fu 2022-11-23 21:06:27 +08:00
parent 674879cb7f
commit 129e12c217
12 changed files with 35 additions and 69 deletions

View file

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