Skip to content

Commit

Permalink
Fix incorrect id in codefund script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Mar 25, 2019
1 parent 5b8e1e2 commit ecbd12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_shared/Ad.tsx
Expand Up @@ -22,7 +22,7 @@ const Ad: React.FunctionComponent = () => {
const codefundScriptPosition = document.querySelector('#codefund-script-position');

if (codefundScriptPosition) {
loadScript('https://codefund.io/properties/137/funder.js', codefundScriptPosition);
loadScript('https://codefund.io/properties/197/funder.js', codefundScriptPosition);
}
}, []);

Expand Down

0 comments on commit ecbd12f

Please sign in to comment.