Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Sep 22, 2024
1 parent 1eba006 commit 477d984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module/Wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default class Wrapper extends Component {
adUnits = 2
}

if (window.innerHeight < 950) {
adUnits = 3
if (window.innerHeight > 950) {
adUnits = 6
}
if (window.innerWidth < 1600) {
adUnits = 0
Expand Down

0 comments on commit 477d984

Please sign in to comment.