Skip to content

Commit b2c14d5

Browse files
RumPumpumpumsageherb
authored andcommitted
fix(home): 프로필 사진이 가로로 눌리지 않게 수정
1 parent dab4d8c commit b2c14d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Avatar/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Avatar({ src, alt = "사용자 아바타", className, ..
1111
return (
1212
<div
1313
className={twMerge(
14-
"flex aspect-square h-max items-center justify-center overflow-hidden rounded-full bg-gray-50",
14+
"flex aspect-square h-max min-w-[128px] shrink-0 items-center justify-center overflow-hidden rounded-full bg-gray-50",
1515
className
1616
)}
1717
>

0 commit comments

Comments
 (0)