Skip to content

Commit 4af8656

Browse files
committed
added news
1 parent 9dfe0aa commit 4af8656

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

frontend/src/components/home/Home.jsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ import SystemUpdatePanel from "../common/SystemUpdatePanel";
1212
const versionText = VERSION;
1313
const logoBgImg = `url('${PUBLIC_URL}/logo-negative.png')`;
1414
const blogPosts = [
15+
{
16+
title:
17+
"Important update on the Current Mantainers and Future of the Project",
18+
subText: "Matteo Lodi's discussion on Github",
19+
date: "17th April 2026",
20+
link: "https://github.com/intelowlproject/IntelOwl/discussions/3654",
21+
},
1522
{
1623
title: "IntelOwl: Open-source threat intelligence management",
1724
subText: "HelpNetSecurity: Interview with Matteo Lodi",
@@ -30,12 +37,6 @@ const blogPosts = [
3037
date: "29th May 2024",
3138
link: "https://github.com/intelowlproject/thp_workshop_2024",
3239
},
33-
{
34-
title: "New year, new tool: Intel Owl",
35-
subText: "Certego Blog: First announcement",
36-
date: "2nd January 2020",
37-
link: "https://www.certego.net/en/news/new-year-new-tool-intel-owl/",
38-
},
3940
];
4041

4142
// Component

0 commit comments

Comments
 (0)