From 44d9d3a2dcce168d54c56fbd09c5496b9132100d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 12 Dec 2023 18:46:56 +0300 Subject: [PATCH] Update news --- assets/data/news.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/data/news.json b/assets/data/news.json index e97c4365c..c584922eb 100644 --- a/assets/data/news.json +++ b/assets/data/news.json @@ -1,8 +1,8 @@ { - "id": 47, - "content": "Sakai Free Admin Template", - "linkText": "View Demo", - "linkHref": "https://sakai.primevue.org", + "id": 50, + "content": "Introducing Tailwind CSS Components 🚀", + "linkText": "Learn More", + "linkHref": "https://tailwind.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;"