Skip to content

Commit

Permalink
Update PropertyCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 7, 2024
1 parent ead55c1 commit b0e91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/PropertyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const PropertyCard = ({ property }: Props) => {
<div class="text-white text-opacity-60 text-[1.8vw] sm:text-[0.68vw] font-normal leading-none tracking-wider">PRICE</div>
</div>
<div class="self-stretch justify-start items-start gap-0.5 inline-flex">
<div class="text-white text-[2vw] sm:text-[0.72vw] font-medium uppercase leading-none">
<div class="text-white text-[2vw] sm:text-[0.74vw] font-medium uppercase leading-none">
{property.price.toLocaleString("en-US", {
style: "currency",
currency: "USD",
Expand Down

0 comments on commit b0e91b6

Please sign in to comment.