Roadmap: add VoteWidget after Sneak peeks grid

cgen-335d7cf7ccd4400a8e5cfab7ca675193
This commit is contained in:
Builder.io 2025-10-18 23:58:35 +00:00
parent 85ca41ce63
commit 7105cb58ec

View file

@ -264,6 +264,9 @@ export default function Roadmap() {
</Card>
))}
</div>
<div className="mt-8">
<VoteWidget options={PEEKS.map((p) => ({ id: p.id, label: p.title }))} />
</div>
</section>
</div>
</Layout>