From 10a9afbc0b44295ac039136e1d5ad5a65f670140 Mon Sep 17 00:00:00 2001 From: Dan Stepanov Date: Wed, 12 Jun 2024 20:13:27 -0700 Subject: [PATCH] [www] add active task to product roadmap --- www/src/components/landing/roadmap/roadmap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/landing/roadmap/roadmap.tsx b/www/src/components/landing/roadmap/roadmap.tsx index b3cab567..3a72e29b 100644 --- a/www/src/components/landing/roadmap/roadmap.tsx +++ b/www/src/components/landing/roadmap/roadmap.tsx @@ -12,7 +12,7 @@ const roadmapData = [ index: 1, version: "v2.11.x", date: "June", - active: false, + active: true, title: "Enhanced Testing Suite", description: "Stability of the CLI is incredbily important to us. We're going to be enhancing our testing suite to validate folder structure, file creation, formatting, and compilation of the generated code.",