Skip to content

Commit c1977fd

Browse files
committed
Temp disable md ads
1 parent 5dd372c commit c1977fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

App/util/get-heading-renderer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const getHeadingRenderer = (props) => {
1818

1919
return (
2020
<>
21-
{!!adData && (
21+
{/*{!!adData && (
2222
<div style={{ width: '100%', marginBottom: '8px' }}>
2323
<Adsense
2424
client={adData.client}
@@ -27,7 +27,7 @@ export const getHeadingRenderer = (props) => {
2727
layout="in-article"
2828
/>
2929
</div>
30-
)}
30+
)}*/}
3131

3232
<Element id={slug}>
3333
{props.children}

0 commit comments

Comments
 (0)