From 3066914b046c298b8749215a3a88140219380c58 Mon Sep 17 00:00:00 2001 From: dappsar Date: Sat, 18 Nov 2023 16:25:44 -0300 Subject: [PATCH] fixed album style --- src/sections/Gamma/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sections/Gamma/index.jsx b/src/sections/Gamma/index.jsx index 5b903b67..c664242a 100644 --- a/src/sections/Gamma/index.jsx +++ b/src/sections/Gamma/index.jsx @@ -32,7 +32,7 @@ const index = React.forwardRef(() => { const { walletAddress, daiContract, gammaCardsContract, gammaPacksContract, noMetamaskError, connectWallet } = useWeb3Context() - const { startLoading, stopLoading } = useLayoutContext() + const { windowSize, startLoading, stopLoading } = useLayoutContext() const [paginationObj, setPaginationObj] = useState({}) const [cardsQtty, setCardsQtty] = useState(0) const [showRules, setShowRules] = useState(false) @@ -407,6 +407,7 @@ const index = React.forwardRef(() => { style={inventory ? { backgroundImage: 'url(\'/images/gamma/InventarioFondo.png\')' } : { backgroundImage: 'url(\'/images/gamma/GammaFondo.png\')' }} + className='hero__top__album' > {!inventory &&