Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into fixes-#544
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy authored May 2, 2017
2 parents 28a3214 + ab56ca5 commit 24de9ab
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Home/SurahsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,20 @@ const SurahsList = (props) => {
<span className={`icon-surah${chapter.id}`} />
</div>

<div className={`col-md-12 col-xs-push-2 col-sm-push-2 col-md-push-2 col-lg-push-2 col-xl-push-2 ${styles.translated_name}`}>
<span className={`text-uppercase ${chapter.translatedName.languageName}`}>
<div
className={`col-xs-10 col-xs-offset-2 ${styles.translated_name}`}
>
<span
className={`text-uppercase ${chapter.translatedName.languageName}`}
>
{chapter.translatedName.name}
</span>
</div>
</Link>
</li>
))}
</ul>);
</ul>
);
};

SurahsList.propTypes = {
Expand Down

0 comments on commit 24de9ab

Please sign in to comment.