Skip to content

Commit

Permalink
reorder items
Browse files Browse the repository at this point in the history
  • Loading branch information
benkaiser committed Jan 27, 2019
1 parent 47308b6 commit 620f98d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/js/views/intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ export default class Intro extends React.Component {
<Panel.Body>Your music is backed by tracks from youtube and soundcloud, your library is unlimited</Panel.Body>
</Panel>
</Col>
<Col className='displayFlex' lg={4} md={6} sm={12}>
<Panel bsStyle="primary">
<Panel.Heading>
<Panel.Title componentClass="h3" className='introPanelTitle'>
<i className='fa fa-music' aria-hidden='true'></i>
<span className='titleSpan'>Discover New Music</span>
</Panel.Title>
</Panel.Heading>
<Panel.Body>With access to the top hits from iTunes and Spotify, you can always find new music</Panel.Body>
</Panel>
</Col>
<Col className='displayFlex' lg={4} md={6} sm={12}>
<Panel bsStyle="primary">
<Panel.Heading>
Expand All @@ -51,17 +62,6 @@ export default class Intro extends React.Component {
</Panel.Body>
</Panel>
</Col>
<Col className='displayFlex' lg={4} md={6} sm={12}>
<Panel bsStyle="primary">
<Panel.Heading>
<Panel.Title componentClass="h3" className='introPanelTitle'>
<i className='fa fa-music' aria-hidden='true'></i>
<span className='titleSpan'>Discover New Music</span>
</Panel.Title>
</Panel.Heading>
<Panel.Body>With access to the top hits from iTunes and Spotify, you can always find new music</Panel.Body>
</Panel>
</Col>
</Row>
</div>
);
Expand Down

0 comments on commit 620f98d

Please sign in to comment.