From 7105cb58ec32c9e53bf41a93aa5b4909d94e9bcd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 23:58:35 +0000 Subject: [PATCH] Roadmap: add VoteWidget after Sneak peeks grid cgen-335d7cf7ccd4400a8e5cfab7ca675193 --- client/pages/Roadmap.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/pages/Roadmap.tsx b/client/pages/Roadmap.tsx index f6f563ae..7922f1f2 100644 --- a/client/pages/Roadmap.tsx +++ b/client/pages/Roadmap.tsx @@ -264,6 +264,9 @@ export default function Roadmap() { ))} +
+ ({ id: p.id, label: p.title }))} /> +