Roadmap: add VoteWidget after Sneak peeks grid
cgen-335d7cf7ccd4400a8e5cfab7ca675193
This commit is contained in:
parent
85ca41ce63
commit
7105cb58ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue