From 5c75b5c490a0fe9b09de4a5d1421b0f1bd1ab042 Mon Sep 17 00:00:00 2001
From: Maxime Pauvert
Date: Wed, 13 Nov 2024 17:53:50 +0100
Subject: [PATCH] docs(Banner): wrong aria label (#2632)
---
docs/components/Banner.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/components/Banner.vue b/docs/components/Banner.vue
index 976a80b0..f6137641 100644
--- a/docs/components/Banner.vue
+++ b/docs/components/Banner.vue
@@ -30,7 +30,7 @@ if (import.meta.server) {
:to="to"
target="_blank"
class="focus:outline-none"
- aria-label="Nuxt UI Pro pricing"
+ aria-label="Nuxt UI v3-alpha has been released!"
tabindex="-1"
>
@@ -45,7 +45,7 @@ if (import.meta.server) {