Skip to content

Commit

Permalink
fix: edit onNext function on button
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Nov 27, 2024
1 parent 0b820be commit 13fe07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/features/LinkForm/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Landing = ({ onNext, onHomeClick }: LinkFormProps) => {
<Body1>핀디와 함께, 특별한 순간을 찾아보세요</Body1>
</div>
<div className="absolute bottom-3 w-full max-w-[30rem] px-4 mb-5">
<Button variant="primary" size="large" onClick={() => onNext} className="w-full">
<Button variant="primary" size="large" onClick={() => onNext()} className="w-full">
다음
</Button>
</div>
Expand Down

0 comments on commit 13fe07e

Please sign in to comment.