From f9e2ea6764a69cce5ce30e7f3de791c230340d74 Mon Sep 17 00:00:00 2001
From: Joe Bell <7349341+joe-bell@users.noreply.github.com>
Date: Sun, 29 Sep 2024 15:40:28 +0300
Subject: [PATCH] chore(docs): update banner links
---
docs/beta/src/content/docs/index.mdx | 4 ++++
docs/latest/theme.config.tsx | 7 ++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/beta/src/content/docs/index.mdx b/docs/beta/src/content/docs/index.mdx
index 87c04dd..6be4f39 100644
--- a/docs/beta/src/content/docs/index.mdx
+++ b/docs/beta/src/content/docs/index.mdx
@@ -1,5 +1,9 @@
---
title: Class Variance Authority
+banner:
+ content: |
+ 🎉 cva@1.0 is now in beta.
+ Read the announcement →
---
:::caution
diff --git a/docs/latest/theme.config.tsx b/docs/latest/theme.config.tsx
index e5deb5f..015b225 100644
--- a/docs/latest/theme.config.tsx
+++ b/docs/latest/theme.config.tsx
@@ -77,11 +77,8 @@ const nextraConfig: DocsThemeConfig = {
key: "1.0-beta",
text: (
-
- 🎉 cva@1.0 is now in beta. Read more →
+
+ 🎉 cva@1.0 is now in beta. See the updated docs →
),