Skip to content

Commit

Permalink
Removing broken EventHighlight slide for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
akath20 committed Oct 2, 2018
1 parent e19e8eb commit 14ba0ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/js/gtv/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,13 @@ class GTV extends Component {
render() {
return (
<div className="gtv" >
<TorqueSlides duration={30} keyboardInteractive >
<TorqueSlides duration={30} keyboardInteractive={true} >
<TorqueSlide>
<EventPanels />
</TorqueSlide>
<TorqueSlide duration={5}>
<ColorView color="white" />
</TorqueSlide>
<TorqueSlide duration={15}>
<EventHighlight />
</TorqueSlide>
<TorqueSlide>
<ThreeWeek />
</TorqueSlide>
Expand Down

0 comments on commit 14ba0ba

Please sign in to comment.