Skip to content

Commit

Permalink
[www] add active task to product roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Jun 13, 2024
1 parent e0c5beb commit 10a9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/landing/roadmap/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 10a9afb

Please sign in to comment.