Add codefund

This commit is contained in:
Kamran Ahmed
2020-01-22 12:11:24 +04:00
parent bb43c8eba6
commit cdc710123f

View File

@ -52,6 +52,14 @@ const PageFooter = () => (
</div>
</div>
</div>
{/* Do not show on local */}
{ process.env.GA_SECRET && (
<>
<div id="codefund"></div>
<script src="https://app.codefund.io/properties/681/funder.js" async></script>
</>
) }
</FooterWrap>
);