♑🛠️
- add show price preference(store in cookies)
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<div>
|
||||
<div class="flex items-center justify-between flex-wrap gap-4">
|
||||
<h1 class="text-3xl font-bold text-primary">{{ prop.title }}</h1>
|
||||
<span class="text-3xl font-extrabold text-accent">${{ "{:,}".format(prop.price) }}</span>
|
||||
<span class="text-3xl font-extrabold text-accent">{{ prop.price|price_fmt(price_pref, prop.area_sqft) }}</span>
|
||||
</div>
|
||||
<p class="flex items-center text-gray-500 mt-2">
|
||||
<svg class="w-5 h-5 mr-1.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
|
||||
Reference in New Issue
Block a user