Remove sections

This commit is contained in:
Brandon Millman
2018-07-17 15:42:16 -07:00
parent 7ad29950a8
commit f36547241c

View File

@@ -54,14 +54,7 @@ export class Jobs extends React.Component<JobsProps, JobsState> {
/>
<Join0x onCallToActionClick={this._onJoin0xCallToActionClick.bind(this)} />
<Mission screenWidth={this.props.screenWidth} />
{this._isSmallScreen() ? (
<FilledImage src={_.head(PHOTO_RAIL_IMAGES)} />
) : (
<PhotoRail images={PHOTO_RAIL_IMAGES} />
)}
<Values />
<Benefits screenWidth={this.props.screenWidth} />
<Teams screenWidth={this.props.screenWidth} />
<OpenPositions hash={OPEN_POSITIONS_HASH} screenWidth={this.props.screenWidth} />
<Footer translate={this.props.translate} dispatcher={this.props.dispatcher} />
</div>