Skip to content

Commit

Permalink
style: shared button margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
6mn12j committed Jun 11, 2024
1 parent 2354f18 commit 81aa074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Funnel/DonationBox/BeforeOpened.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ function BeforeOpened(props: BeforeOpenedProps) {
</p>
</Container>
<FixedBottomCTA>
<SharedButton url={url} />
<Button
className="mb-[2px]"
disabled={canOpen}
onClick={() => {
router.push(`${pathName}/open`);
}}
>
상자 열어보기
</Button>
<SharedButton url={url} />
</FixedBottomCTA>
</Wrapper>
);
Expand Down

0 comments on commit 81aa074

Please sign in to comment.