Skip to content

Commit

Permalink
(#82) 🎨 design: 챗봇 λ°±μ—”λ“œμ—μ„œ 받은 이미지λ₯Ό λ„μš°λŠ” λͺ¨λ‹¬μ°½μ˜ μ΅œλŒ€ λ„ˆλΉ„ 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 30, 2024
1 parent 408fcfc commit 0cc934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/ImgUrlModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ImgUrlModal = ({ imageUrl, onClose }: { imageUrl: string, onClose: () => v
<img
src={imageUrl}
alt="ν™•λŒ€ 이미지"
className="max-w-full max-h-full" />
className="max-w-[500px] max-h-full" />
<button
onClick={onClose}
className="absolute top-0 right-0 text-grayscale-50 p-2 rounded-full">
Expand Down

0 comments on commit 0cc934d

Please sign in to comment.