Skip to content

Commit

Permalink
Remove EA from body
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Aug 29, 2022
1 parent 9742dad commit 2daa0e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions mystbin/frontend/pages/_document.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@ export default function Document() {
<Html>

<Head />

<div data-ea-publisher="mystbin" data-ea-type="text" data-ea-style="fixedfooter"></div>
<body>
<div

data-ea-publisher="mystbin"

data-ea-type="text"

data-ea-style="fixedfooter"

></div>
<Main />
<Main />

<NextScript />

Expand Down

0 comments on commit 2daa0e6

Please sign in to comment.