Skip to content

Commit

Permalink
more fixes quran#248
Browse files Browse the repository at this point in the history
  • Loading branch information
abiodun0 committed Jun 15, 2016
1 parent 00d94df commit be24d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/containers/Error/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export default ({params}) => {
const error = {
'invalid-surah': 'Surah is out of range',
'invalid-ayah-range': 'Ayah(s) selected are out of range'
}
return (
};
return (
<div>
<Helmet title={`Error ${params.errorTitle}`} />
<IndexHeader noSearch={true} />
<div className="container-fluid about-text">
<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
8 changes: 0 additions & 8 deletions src/containers/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ class Home extends React.Component {
Ayat Al-Kursi
</Link>
</li>
<li>
<Link
to="/948484888585/255"
data-metrics-event-name="QuickLinks:Click"
data-metrics-surah-id="2/255">
Random Links
</Link>
</li>
</ul>
</span>
);
Expand Down

0 comments on commit be24d92

Please sign in to comment.