Skip to content

Commit c490d03

Browse files
committed
๐Ÿ› fix : ๋ชจ๋‹ฌ css ์ˆ˜์ •
1 parent 115d139 commit c490d03

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

โ€Žsrc/components/modal/Modal.tsxโ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ export default function Modal({ children, isOpen, setIsOpen, className }: ModalP
5959
}
6060

6161
return createPortal(
62-
<<<<<<< HEAD
63-
<dialog className={`ignore-click mobile:w-full mobile:max-w-[764px] ${className}`} ref={dialogRef}>
64-
=======
65-
<dialog className={`mobile:w-full mobile:max-w-[764px] ${className}`} ref={dialogRef}>
66-
>>>>>>> 3d74fa0 (โœจ feat : ๋‚ด๊ฐ€ ์ž‘์„ฑํ•œ ๋ฆฌ๋ทฐ ์ˆ˜์ •, ์‚ญ์ œ ๊ธฐ๋Šฅ ๊ตฌํ˜„)
62+
<dialog className={`ignore-click mobile:max-w-[764px] ${className}`} ref={dialogRef}>
6763
{children}
6864
</dialog>,
6965
document.getElementById('modal-root') as HTMLElement,

0 commit comments

Comments
ย (0)