update rental page
All checks were successful
Hugo / build (push) Successful in 11s

This commit is contained in:
brooke 2024-07-13 20:50:53 -04:00
parent 7cb2cf7b66
commit e166e58d83
2 changed files with 5 additions and 5 deletions

View file

@ -92,14 +92,14 @@
<div class="flex flex-col gap-4"> <div class="flex flex-col gap-4">
{{ if ne .purchaseCost "" }} {{ if ne .purchaseCost "" }}
<div <div
class="flex flex-row justify-between border-2 rounded-lg px-4 h-10 py-[0.275rem] w-full" class="flex flex-row justify-between border-[1px] rounded-lg px-4 h-10 py-[0.275rem] w-full"
> >
<strong>Purchase Cost:</strong> <strong>Purchase Cost:</strong>
<span>{{ .purchaseCost }}</span> <span>{{ .purchaseCost }}</span>
</div> </div>
{{ else }} {{ else }}
<div <div
class="flex justify-center border-2 rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full" class="flex justify-center border-[1px] rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
> >
<strong>Purchase Unavailable</strong> <strong>Purchase Unavailable</strong>
</div> </div>
@ -214,14 +214,14 @@
</div> </div>
{{ end }} {{ if ne .purchaseCost "" }} {{ end }} {{ if ne .purchaseCost "" }}
<div <div
class="flex flex-row justify-between border-2 rounded-lg px-4 h-10 py-[0.275rem] w-full mt-4" class="flex flex-row justify-between border-[1px] rounded-lg px-4 h-10 py-[0.275rem] w-full mt-4"
> >
<strong>Purchase Cost:</strong> <strong>Purchase Cost:</strong>
<span>{{ .purchaseCost }}</span> <span>{{ .purchaseCost }}</span>
</div> </div>
{{ else }} {{ else }}
<div <div
class="flex justify-center border-2 rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full" class="flex justify-center border-[1px] rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
> >
<strong>Purchase Unavailable</strong> <strong>Purchase Unavailable</strong>
</div> </div>

File diff suppressed because one or more lines are too long