mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 19:42:51 +01:00
Add codefund
This commit is contained in:
parent
2921826c42
commit
3721773134
@ -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>
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user