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

Commit

Permalink
Error page space bug fixed (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
imomer authored and mmahalwy committed Feb 1, 2017
1 parent 5f1c32a commit 0e34c2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/Error/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const ErrorPage = ({ params }) => (
<div className="row">
<div className="col-md-8 col-md-offset-2">
<h4 className="source-sans">
{error[params.errorKey]}. Please go to the
<a href="/">home page</a> and select a Surah/Ayah
{error[params.errorKey]}. Please go to the <a href="/">home page</a> and select a Surah/Ayah
</h4>
</div>
</div>
Expand Down

0 comments on commit 0e34c2d

Please sign in to comment.