Skip to content

Commit

Permalink
Update QuantumLandscapeChart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
willzeng authored Jun 14, 2024
1 parent 8affb1f commit d3b9f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/QuantumLandscapeChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,13 +803,13 @@ function QuantumLandscapeChart () {
<div className='row'>
<div className='col'/>
<div className='col text-left'>
<input type="radio" value="All data" onChange={onMetricSelectChange} checked={subsetName === "All data"} /> All Data
<input type="radio" value="All Resource Estimates" onChange={onMetricSelectChange} checked={subsetName === "All data"} /> All Data
</div>
<div className='col text-left'>
<input type="radio" value="Classically intractable" onChange={onMetricSelectChange} checked={subsetName === "Classically intractable"} /> Classically intractable
<input type="radio" value="Classically intractable problems" onChange={onMetricSelectChange} checked={subsetName === "Classically intractable"} /> Classically intractable
</div>
<div className='col text-left'>
<input type="radio" value="Quantum advantage" onChange={onMetricSelectChange} checked={subsetName === "Quantum advantage"} /> Quantum advantage
<input type="radio" value="Useful problems" onChange={onMetricSelectChange} checked={subsetName === "Quantum advantage"} /> Quantum advantage
</div>
<div className='col'/>
</div>
Expand Down

0 comments on commit d3b9f91

Please sign in to comment.