Skip to content

Commit

Permalink
Merge pull request #544 from gladly-team/spicer/nov-shop-install-promo
Browse files Browse the repository at this point in the history
Fixed margin on promo
  • Loading branch information
spicermatthews authored Nov 15, 2023
2 parents b2e1ef4 + 6e17a56 commit 739f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ const Index = ({ data: fallbackData, userAgent }) => {
if (
!localStorageMgr.getItem(getNotifDismissKey('november-2023-no-shop'))
) {
setSearchMargin(-250)
setSearchMargin(-160)
}
}
}, [user])
Expand Down

1 comment on commit 739f1f0

@vercel
Copy link

@vercel vercel bot commented on 739f1f0 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.