Skip to content

Commit daba563

Browse files
committed
refact: qr모달 주석 추가
1 parent 5393a27 commit daba563

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)