From 2afe83a4e8b308cb5c3d13cf2bd0e5f4b76367b1 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 13 Jun 2024 13:08:05 +0300 Subject: [PATCH] Update news --- assets/data/news.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/data/news.json b/assets/data/news.json index ed75e61c6..89fa82e28 100644 --- a/assets/data/news.json +++ b/assets/data/news.json @@ -1,8 +1,8 @@ { - "id": 57, - "content": "🎉 v4.0.0-beta.3 is out with the new Styled Mode", + "id": 58, + "content": "🎉 v4.0.0-rc.1 is out with the new Styled Mode", "linkText": "Learn More", - "linkHref": "http://v4.primevue.org", + "linkHref": "http://primevue.org", "backgroundStyle": "background-color:var(--primary-color)", "textStyle": "color:var(--primary-color-text);font-weight:500", "linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;"