Skip to content

Commit

Permalink
Fix Google Adsense showing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmer0125 committed May 26, 2018
1 parent 9490c45 commit a17ca03
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions client/js/repos/ReposPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,15 @@ class ReposPage extends React.Component {

return (
<div className="flex-column layout-column-start-center" style={{ width: '100%' }}>
<ins className="adsbygoogle"
style={{ display: 'block' }}
data-ad-client="ca-pub-1240343082911496"
data-ad-slot="4365785532"
data-ad-format="auto"
/>
<div style={{ width: 480 }}>
<ins className="adsbygoogle"
style={{ display: 'block' }}
data-ad-client="ca-pub-1240343082911496"
data-ad-slot="4365785532"
data-ad-format="auto"
/>
</div>

<div>
<a href="https://grimmer.netlify.com/">About me</a>
</div>
Expand Down Expand Up @@ -326,12 +329,14 @@ class ReposPage extends React.Component {

return (
<div className="flex-column layout-column-start-center" style={{ width: '100%' }}>
<ins className="adsbygoogle"
style={{ display: 'block' }}
data-ad-client="ca-pub-1240343082911496"
data-ad-slot="4365785532"
data-ad-format="auto"
/>
<div style={{ width: 480 }}>
<ins className="adsbygoogle"
style={{ display: 'block' }}
data-ad-client="ca-pub-1240343082911496"
data-ad-slot="4365785532"
data-ad-format="auto"
/>
</div>
<div className="loading-text">
{statusStr}
</div>
Expand Down

0 comments on commit a17ca03

Please sign in to comment.