Skip to content

Commit

Permalink
Fixed margin on promo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Nov 15, 2023
1 parent 08ccbd0 commit b3e7c74
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

0 comments on commit b3e7c74

Please sign in to comment.