mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 17:35:28 +03:00
8 lines
221 B
Vue
8 lines
221 B
Vue
<template>
|
|
<NuxtLink flex items-center text-2xl gap-2 to="/">
|
|
<img aria-label="Elk Logo" src="/logo.svg" w-10 h-10>
|
|
<div>
|
|
Elk <sup text-sm italic op50 mt-1>alpha</sup>
|
|
</div>
|
|
</NuxtLink>
|
|
</template>
|