Skip to content

Commit fe3a2e2

Browse files
committed
updated
1 parent c704eda commit fe3a2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/containers/TravelContainer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class TravelContainer extends Component {
3535

3636
return (
3737
<div className="travel-container">
38-
<div className="play-button" type="button" onClick={() => play(selectedOption.value)}>
38+
<button className="play-button" type="button" onClick={() => play(selectedOption.value)}>
3939
{playing ? 'Pause' : 'Play'}
40-
</div>
40+
</button>
4141
<MainSlider
4242
snapshotLength={snapshotsLength}
4343
sliderIndex={sliderIndex}

0 commit comments

Comments
 (0)