Skip to content

Commit

Permalink
fix :: 프로필 사진 크기 조절
Browse files Browse the repository at this point in the history
프로필 사진 크기 조절
  • Loading branch information
phyuna0525 authored Nov 8, 2024
2 parents cfd372e + 23a723e commit abf12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Header() {
>
<div className="h-[32px] bg-white flex gap-[10px] items-center">
<Image
className="rounded-full bg-[#D9D9D9]"
className="rounded-full bg-[#D9D9D9] w-7 h-7"
width={28}
height={28}
src={`${
Expand Down

0 comments on commit abf12d4

Please sign in to comment.