fix: link color
This commit is contained in:
parent
8c1721f1c0
commit
1771291c08
6 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<NuxtLink flex text-2xl gap-2 to="/">
|
||||
<img aria-label="Elk Logo" src="/logo.svg" width="25" height="25">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue