Skip to content

Commit

Permalink
Merge pull request #144 from P4-Games/fix/style-4
Browse files Browse the repository at this point in the history
fixed album style
  • Loading branch information
dappsar authored Nov 18, 2023
2 parents 78f1d98 + 3066914 commit a47c23f
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 a47c23f

Please sign in to comment.