Skip to content

Commit

Permalink
Remove GTV blank screens
Browse files Browse the repository at this point in the history
Also removed the ColorView component since that was its only use
  • Loading branch information
BenAlderfer committed Oct 10, 2019
1 parent da1451d commit 64fb9ab
Show file tree
Hide file tree
Showing 4 changed files with 3,183 additions and 2,431 deletions.
7 changes: 0 additions & 7 deletions app/js/gtv/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import TorqueSlides, { TorqueSlide } from 'torque-react';
import { getEvents } from 'events/actions';
import ColorView from 'gtv/components/ColorView';
import EventPanels from 'gtv/containers/EventPanels';
import EventHighlight from 'gtv/containers/EventHighlight';
import ThreeWeek from 'gtv/containers/ThreeWeek';
Expand Down Expand Up @@ -54,15 +53,9 @@ class GTV extends Component {
<TorqueSlide>
<EventPanels />
</TorqueSlide>
<TorqueSlide duration={5}>
<ColorView color="white" />
</TorqueSlide>
<TorqueSlide>
<ThreeWeek />
</TorqueSlide>
<TorqueSlide duration={5}>
<ColorView color="black" />
</TorqueSlide>
</TorqueSlides>
</div>
);
Expand Down
17 changes: 0 additions & 17 deletions app/js/gtv/components/ColorView.jsx

This file was deleted.

Loading

0 comments on commit 64fb9ab

Please sign in to comment.