Skip to content

Commit

Permalink
[fix] dong, gu 접미사 추가 및 프로필사진 짜부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 20, 2023
1 parent 4e6210b commit 58fe8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/RoomCard/RoomCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const UserInfo = ({ userInfo }: UserInfoProps) => {
return (
<div className="flex">
<img
className="rounded-[40px] w-[40px] h-[40px]"
className="object-cover object-center w-[32px] h-[32px] rounded-[32px]"
src={userInfo.imageUrl || '/images/thumb.png'}
alt="user"
onClick={handleUserClick}
Expand Down Expand Up @@ -114,7 +114,7 @@ const Footer = ({ room, isLikedRooms }: CardProps) => {
onClick={handleLikeClick}
/>
<div className="text-g6 text-[12px]">
{room.location.name}, {room.location.upperLocation?.name}
{room.location.name}-dong, {room.location.upperLocation?.name}-gu
</div>
<div className="font-poppins text-[20px] font-semibold text-g7 flex items-center">
<div>&#8361;{formatPrice(room.deposit.amount)}&nbsp;</div>
Expand Down

0 comments on commit 58fe8e8

Please sign in to comment.