Skip to content

Commit

Permalink
dirty fix for react confetti
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 28, 2024
1 parent b082e0a commit 4349c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/providers/MetagalleryProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const MetagalleryProvider = ({ children }: { children: ReactNode }) => {
{children}
<ReactConfetti
numberOfPieces={showingConfetti ? 200 : 0}
width={width}
width={width - 24}
height={height}
/>
</>
Expand Down

0 comments on commit 4349c5d

Please sign in to comment.