File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments