Skip to content

Commit

Permalink
fix: 온보딩 로띠 top 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Aug 23, 2024
1 parent 53b2b13 commit ee9c860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/selectSchedule/SelectSchedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function SelectSchedule() {
{isLottieOpen && (
<OnboardingLottie
onClose={onLottieClose}
top={data.place === 'UNDEFINED' ? 26.3 : 29.5}
top={data.place === 'UNDEFINED' ? 26.3 : 28.4}
/>
)}
<SelectScheduleTable
Expand Down

0 comments on commit ee9c860

Please sign in to comment.