Skip to content

Commit cdbd7de

Browse files
committed
refact: qr모달 주석 추가
1 parent a43310a commit cdbd7de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

design-system/ui/modals/QrModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ const QrModal = ({
6363
<img
6464
src={`data:image/png;base64,${ticketQrCode}`}
6565
alt="QR Code"
66-
className="w-60 h-60 "
66+
className="w-60 h-60 "
67+
// breakpoint 추가 필요
6768
/>
6869
) : (
6970
<div className="w-40 h-40 flex items-center justify-center bg-deDayBgLight rounded-md border border-deDayTextDark text-deDayTextDark text-sm text-center px-4">

0 commit comments

Comments
 (0)