Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/features/ChattingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,12 @@ export default function ChattingForm() {
</p>
<div className="flex flex-row">
<p className="regular text-xl text-color-gray-500 mobile-tablet:text-2lg">
플랜가
견적 코코넛
</p>
<Image src={coconut} alt="코코넛" width={30} />
</div>
<p className="medium text-color-balck-400 text-xl mobile-tablet:text-2lg">
{selectedChatRoom?.quotePrice} P
{selectedChatRoom?.quotePrice}
</p>
</div>
</div>
Expand Down