Skip to content

Commit

Permalink
Merge pull request #192 from bsideproject/feature/liked
Browse files Browse the repository at this point in the history
[feat] roomList 메인 줄 깨짐 수정
  • Loading branch information
KinDDoGGang authored Oct 12, 2023
2 parents a943dc4 + 5071676 commit f698449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RoomCard/RoomCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Footer = ({ room }: CardProps) => {
<div className="text-g6 text-[12px]">
{room.location.name}, {room.location.upperLocation?.name}
</div>
<div className="font-poppins text-[20px] font-semibold text-g7 gap-[12px] flex">
<div className="font-poppins text-[20px] font-semibold text-g7 gap-[12px] flex items-center">
&#8361;{formatPrice(room.deposit.amount)}
<span className="font-pretendard text-[14px] font-medium">/ month </span>
<span className="font-pretendard text-[14px] text-r1 font-bold bg-g1">
Expand Down

0 comments on commit f698449

Please sign in to comment.