Skip to content

Commit

Permalink
Merge pull request #924 from unitaryfund/willzeng-patch-1
Browse files Browse the repository at this point in the history
Update QuantumLandscapeChart.js
  • Loading branch information
WrathfulSpatula authored Jun 20, 2024
2 parents 8affb1f + 623d880 commit 5564ce4
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 data" onChange={onMetricSelectChange} checked={subsetName === "All data"} /> All resource estimates
</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" onChange={onMetricSelectChange} checked={subsetName === "Classically intractable"} /> Classically intractable problems
</div>
<div className='col text-left'>
<input type="radio" value="Quantum advantage" onChange={onMetricSelectChange} checked={subsetName === "Quantum advantage"} /> Quantum advantage
<input type="radio" value="Quantum advantage" onChange={onMetricSelectChange} checked={subsetName === "Quantum advantage"} /> Useful problems
</div>
<div className='col'/>
</div>
Expand Down

0 comments on commit 5564ce4

Please sign in to comment.