Skip to content

Commit

Permalink
fixed album style
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Nov 18, 2023
1 parent 78f1d98 commit 3066914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/Gamma/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 &&
<GammaAlbum
Expand Down

0 comments on commit 3066914

Please sign in to comment.