2022-11-14 03:33:09 +00:00
|
|
|
<template>
|
2022-11-25 11:24:40 +00:00
|
|
|
<!-- Use external to force refresh page and jump to top of timeline -->
|
2022-11-25 23:46:25 +00:00
|
|
|
<NuxtLink flex px3 py2 items-center text-2xl gap-2 hover:bg-active focus-visible:ring="2 current" rounded-full to="/" external>
|
2022-11-23 14:21:18 +00:00
|
|
|
<img aria-label="Elk Logo" src="/logo.svg" w-10 h-10>
|
2022-11-14 03:33:09 +00:00
|
|
|
<div>
|
2022-11-26 20:41:18 +00:00
|
|
|
Elk <sup text-sm italic text-secondary mt-1>alpha</sup>
|
2022-11-14 03:33:09 +00:00
|
|
|
</div>
|
|
|
|
</NuxtLink>
|
|
|
|
</template>
|