From 49e2f1c7ff03e7199171e1b48b712f56652fd098 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 13 Jun 2024 12:45:15 +0300 Subject: [PATCH] Update version and news --- apps/showcase/assets/data/news.json | 6 +++--- apps/showcase/layouts/AppTopBar.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/showcase/assets/data/news.json b/apps/showcase/assets/data/news.json index b41c4c55a..94c8e316a 100644 --- a/apps/showcase/assets/data/news.json +++ b/apps/showcase/assets/data/news.json @@ -1,6 +1,6 @@ { - "id": 61, - "content": "Introducing the all-new Styled Mode", + "id": 62, + "content": "Introducing New V4 Theming", "linkText": "Learn More", - "linkHref": "http://v4.primevue.org/theming/styled" + "linkHref": "http://primevue.org/theming/styled" } diff --git a/apps/showcase/layouts/AppTopBar.vue b/apps/showcase/layouts/AppTopBar.vue index a0faeb659..78a6335ad 100755 --- a/apps/showcase/layouts/AppTopBar.vue +++ b/apps/showcase/layouts/AppTopBar.vue @@ -144,11 +144,11 @@ export default { versions: [ { name: 'v4', - url: 'https://v4.primevue.org' + url: 'https://primevue.org' }, { name: 'v3', - url: 'https://www.primevue.org' + url: 'https://v3.primevue.org' }, { name: 'v2',