Skip to content

Commit

Permalink
update carbon ads zone
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Mar 19, 2024
1 parent 280c1c7 commit 02fc8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/carbon-ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function CarbonAds() {
useEffect(() => {
const script = document.createElement('script');
script.src =
'https://cdn.carbonads.com/carbon.js?serve=CWYIK27J&placement=decapcmsorg';
'https://cdn.carbonads.com/carbon.js?serve=CWYIKK77&placement=decapcmsorg';
script.async = true;
script.id = '_carbonads_js';
ref.current.appendChild(script);
Expand Down

0 comments on commit 02fc8ab

Please sign in to comment.