1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 06:12:53 +02:00

Add codefund

This commit is contained in:
Kamran Ahmed
2020-01-22 12:11:24 +04:00
parent 2921826c42
commit 3721773134

View File

@@ -52,6 +52,14 @@ const PageFooter = () => (
</div> </div>
</div> </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> </FooterWrap>
); );