mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
docs(Banner): wrong aria label (#2632)
This commit is contained in:
@@ -30,7 +30,7 @@ if (import.meta.server) {
|
|||||||
:to="to"
|
:to="to"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="focus:outline-none"
|
class="focus:outline-none"
|
||||||
aria-label="Nuxt UI Pro pricing"
|
aria-label="Nuxt UI v3-alpha has been released!"
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
>
|
>
|
||||||
<span class="absolute inset-0 " aria-hidden="true" />
|
<span class="absolute inset-0 " aria-hidden="true" />
|
||||||
@@ -45,7 +45,7 @@ if (import.meta.server) {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<UButton
|
<UButton
|
||||||
to="https://ui3.nuxt.dev"
|
:to="to"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
label="Try it out"
|
label="Try it out"
|
||||||
color="black"
|
color="black"
|
||||||
|
|||||||
Reference in New Issue
Block a user