Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazire HOUSSIN committed Oct 8, 2018
1 parent c3f4362 commit 6d06ccf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/views/home.js
Expand Up @@ -57,28 +57,28 @@ const HomeView = () => {
<h3 className='subheading title-blue'>
{translate('home.titles.pubgRules')}
</h3>
<div className='section-inner'>
<ul>
{pubgRules}
</ul>
</div>
{/* <div className='section-inner'> */}
<ul>
{pubgRules}
</ul>
{/* </div> */}
<h3 className='subheading title-blue'>
{translate('home.titles.handicaps')}
</h3>
<div className='section-inner'>
{/* <h4 className='title title-green'>
{/* <div className='section-inner'> */}
{/* <h4 className='title title-green'>
{translate('home.titles.handicap')}
</h4> */}
<ul>
{handicaps}
</ul>
{/* <h4 className='title title-green'>
<ul>
{handicaps}
</ul>
{/* <h4 className='title title-green'>
{translate('home.titles.handicapT2')}
</h4>
<ul>
{handicapsT2}
</ul> */}
</div>
{/* </div> */}
</Section>
</Article>
</div >
Expand Down

0 comments on commit 6d06ccf

Please sign in to comment.