forked from Mirrors/elk
feat: jump to top after clicking logo (#86)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
3f382bdad0
commit
fed9849016
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<NuxtLink flex items-center text-2xl gap-2 to="/">
|
||||
<!-- Use external to force refresh page and jump to top of timeline -->
|
||||
<NuxtLink flex items-center text-2xl gap-2 to="/" external>
|
||||
<img aria-label="Elk Logo" src="/logo.svg" w-10 h-10>
|
||||
<div>
|
||||
Elk <sup text-sm italic op50 mt-1>alpha</sup>
|
||||
|
|
Loading…
Reference in a new issue