From 0c1a9c0bf328946be0e216209e2693caded5f4d3 Mon Sep 17 00:00:00 2001 From: Kim Chiyoung Date: Thu, 12 Jun 2025 18:36:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=EC=97=90=EC=84=9C=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=9B=90=EB=B3=B8=EC=9D=B4=201:1?= =?UTF-8?q?=EC=9D=B4=20=EC=95=84=EB=8B=90=20=EB=95=8C=20=EC=9E=90=EB=8F=99?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=201:1=20=EB=B9=84=EC=9C=A8=EB=A1=9C=20?= =?UTF-8?q?=EB=A7=9E=EC=B6=B0=EC=A7=80=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SenderProfile.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SenderProfile.module.scss b/src/components/SenderProfile.module.scss index 76bba5f..469babd 100644 --- a/src/components/SenderProfile.module.scss +++ b/src/components/SenderProfile.module.scss @@ -9,6 +9,7 @@ .image { aspect-ratio: 1 / 1; border-radius: 100px; + object-fit: cover; } .from-container {