Skip to content

Commit

Permalink
update v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeemHaider committed Mar 19, 2021
1 parent 50f22cf commit 6042466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Quran/Ayah/Pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from "config";

const Pagination = (props) => {
const goToNextPage = () => {
window.open(`${config.quran_website} ${props.surahNumber} ?offset=30`);
window.open(`${config.quran_website}${props.surahNumber}?offset=30`);
};

return (
Expand Down

0 comments on commit 6042466

Please sign in to comment.