Skip to content

Commit b036ad8

Browse files
committed
fix: 예약 내역 드롭다운 상태별 동일 마진 적용
1 parent 3a8776b commit b036ad8

File tree

1 file changed

+2
-2
lines changed
  • src/app/(with-header)/mypage/reservations

1 file changed

+2
-2
lines changed

src/app/(with-header)/mypage/reservations/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function MyReservationsPage() {
157157
if (isLoading) {
158158
return (
159159
<div className='w-full max-w-none lg:max-w-792'>
160-
<div className='mb-24 flex items-center justify-between'>
160+
<div className='mb-48 flex items-center justify-between'>
161161
<h1 className='text-nomad text-3xl leading-42 font-bold'>
162162
예약 내역
163163
</h1>
@@ -179,7 +179,7 @@ export default function MyReservationsPage() {
179179
if (error) {
180180
return (
181181
<div className='w-full max-w-none lg:max-w-792'>
182-
<div className='mb-24 flex items-center justify-between'>
182+
<div className='mb-48 flex items-center justify-between'>
183183
<h1 className='text-nomad text-3xl leading-42 font-bold'>
184184
예약 내역
185185
</h1>

0 commit comments

Comments
 (0)