From 4cb53e4501dddfc9c71a4f52e9125e7dcb3f016e Mon Sep 17 00:00:00 2001 From: Nour Assy <67027776+assynour@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:18:16 +0200 Subject: [PATCH] feat: add September 2023 news (#1169) --- src/content/NewsContent.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/NewsContent.tsx b/src/content/NewsContent.tsx index 3f1c19f70..79085172e 100644 --- a/src/content/NewsContent.tsx +++ b/src/content/NewsContent.tsx @@ -16,6 +16,14 @@ import { PostContent } from '../components'; const news: PostContent[] = [ + { + title: 'September 2023 News', + text: 'In our September 2023 update, get ready for Hacktoberfest, explore new features, and see the latest in our demos and tools.', + cover: 'https://miro.medium.com/v2/resize:fit:700/0*XaEaRDck2ZflQIcr', + url: 'https://medium.com/@process-analytics/process-analytics-september-2023-news-7e1cbac38cb6', + date: 'October 2023', + time: 4, + }, { title: 'July 2023 News', text: 'This July project news update introduces a new experimental library and presents a fascinating new demo.',