From be298f5bd5ba5a3c03067861a63b72b4e91084c9 Mon Sep 17 00:00:00 2001 From: Z User Date: Mon, 31 Aug 2026 19:04:15 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20roadmap=20=E2=80=94=20Studio?= =?UTF-8?q?=20and=20AI=20promoted=20to=20Alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ferrum/sections/home/roadmap-section.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ferrum/sections/home/roadmap-section.tsx b/src/components/ferrum/sections/home/roadmap-section.tsx index 6e2ee2d..5ee90ce 100755 --- a/src/components/ferrum/sections/home/roadmap-section.tsx +++ b/src/components/ferrum/sections/home/roadmap-section.tsx @@ -15,8 +15,8 @@ const roadmapItems = [ { name: "Ferrum A11y", status: "Beta" }, { name: "Ferrum CLI", status: "Alpha" }, { name: "Ferrum Plugin SDK", status: "Alpha" }, - { name: "Ferrum Studio", status: "Planned" }, - { name: "Ferrum AI", status: "Research" }, + { name: "Ferrum Studio", status: "Alpha" }, + { name: "Ferrum AI", status: "Alpha" }, ]; const roadmapStatusStyles: Record = {