2022-11-14 04:33:09 +01:00
|
|
|
<template>
|
|
|
|
<NuxtLink flex text-2xl gap-2 to="/">
|
2022-11-23 14:06:27 +01:00
|
|
|
<img aria-label="Elk Logo" src="/logo.svg" width="25" height="25">
|
2022-11-14 04:33:09 +01:00
|
|
|
<div>
|
2022-11-23 14:06:27 +01:00
|
|
|
Elk <sup text-sm italic op50 mt-1>alpha</sup>
|
2022-11-14 04:33:09 +01:00
|
|
|
</div>
|
|
|
|
</NuxtLink>
|
|
|
|
</template>
|