add an or between delivery and setup
All checks were successful
Hugo / build (push) Successful in 15s
All checks were successful
Hugo / build (push) Successful in 15s
This commit is contained in:
parent
3c47957c2d
commit
b0726688f4
1 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,9 @@
|
||||||
<strong>+ Delivery Both Ways:</strong>
|
<strong>+ Delivery Both Ways:</strong>
|
||||||
<span>{{ .deliveryPickup }}</span>
|
<span>{{ .deliveryPickup }}</span>
|
||||||
</div>
|
</div>
|
||||||
{{ end }} {{ if ne .installBreakdown "" }}
|
{{ end }}
|
||||||
|
<div class="text-xs">— or —</div>
|
||||||
|
{{ if ne .installBreakdown "" }}
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<strong>+ Setup & Breakdown:</strong>
|
<strong>+ Setup & Breakdown:</strong>
|
||||||
<span>{{ .installBreakdown }}</span>
|
<span>{{ .installBreakdown }}</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue