add an or between delivery and setup
All checks were successful
Hugo / build (push) Successful in 15s

This commit is contained in:
brooke 2024-07-31 21:56:44 -04:00
parent 3c47957c2d
commit b0726688f4

View file

@ -90,7 +90,9 @@
<strong>+ Delivery Both Ways:</strong>
<span>{{ .deliveryPickup }}</span>
</div>
{{ end }} {{ if ne .installBreakdown "" }}
{{ end }}
<div class="text-xs">— or —</div>
{{ if ne .installBreakdown "" }}
<div class="flex flex-row justify-between">
<strong>+ Setup & Breakdown:</strong>
<span>{{ .installBreakdown }}</span>