--- const proofs = [ { id: 'polish', command: '/polish', label: 'Remove the tells' }, { id: 'distill', command: '/distill', label: 'Find the hierarchy' }, { id: 'clarify', command: '/clarify', label: 'Make the task obvious' }, ]; ---
{proofs.map((proof, index) => ( ))}
{proofs.map((proof, index) => ( ))}