Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Claim page 2 rebased (#2054)
Browse files Browse the repository at this point in the history
* initial claim-page functionality

* added mock data and some small fix

* fix type

Co-authored-by: nenadV91 <[email protected]>
  • Loading branch information
W3stside and nenadV91 authored Jan 5, 2022
1 parent c053cf2 commit 319d7a9
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 263 deletions.
2 changes: 1 addition & 1 deletion src/components/Confetti/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Confetti({ start, variant }: { start: boolean; variant?:

return start && width && height ? (
<ReactConfetti
style={{ zIndex: 1401 }}
style={{ zIndex: 1401, maxWidth: '100%' }} // mod fix for horizontal slider
numberOfPieces={400}
recycle={false}
run={true}
Expand Down
Loading

0 comments on commit 319d7a9

Please sign in to comment.