From d4d2d3360ea80e9cc9bd4e8b427911746985553a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 5 Jun 2024 12:36:07 +0300 Subject: [PATCH] Add news --- src/app/showcase/data/news.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/showcase/data/news.json b/src/app/showcase/data/news.json index 3cc5f7e3287..1b8031cecbf 100644 --- a/src/app/showcase/data/news.json +++ b/src/app/showcase/data/news.json @@ -1,6 +1,6 @@ { - "id": 63, - "content": "Introducing the new Aura theme", + "id": 65, + "content": "News on Angular 18 Support", "linkText": "Learn More", - "linkHref": "https://primeng.org/theming" -} \ No newline at end of file + "linkHref": "https://www.primefaces.org/blog/primeng-for-angular-18/" +}