diff --git a/assets/data/news.json b/assets/data/news.json index f15aeaad0..3961408ed 100644 --- a/assets/data/news.json +++ b/assets/data/news.json @@ -1,8 +1,8 @@ { - "id": 52, - "content": "Tailwind Presets for Unstyled PrimeVue", + "id": 55, + "content": "🎉 v4.0.0-beta.1 is out with the new Styled Mode", "linkText": "Learn More", - "linkHref": "http://tailwind.primevue.org", + "linkHref": "http://v4.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;" diff --git a/doc/theming/ArchitectureDoc.vue b/doc/theming/ArchitectureDoc.vue index 08b3ff4d7..33922f48b 100644 --- a/doc/theming/ArchitectureDoc.vue +++ b/doc/theming/ArchitectureDoc.vue @@ -1,6 +1,8 @@