remove lifeline code

This commit is contained in:
Tony Volpe
2024-12-02 16:53:56 -05:00
parent f312e57489
commit 3df726ddf7
4 changed files with 34 additions and 52 deletions

View File

@@ -14,18 +14,17 @@
<div class="connection-types">
{{#if showHomesafeOptions}}
<div class="connection-types mt-4">
<p class="option-heading">Select Your System Type:</p>
{{#if currentProductIsHomeSafe}}
{{#each autoAlertProducts}}
<a class="me-3" href="{{ permalink }}" data-product-id={{ id }}>
{{ _product_attributes.connection-type.value }}
</a>
{{/each}}
{{/if}}
</div>
{{/if}}
{{#if showHomeOptions}}
<div class="connection-types mt-4">
<p class="option-heading">Select Your System Type:</p>
{{#if currentProductIsHome}}
{{#each homesystemProducts}}
<a class="me-3" href="{{ permalink }}" data-product-id={{ id }}>
{{ _product_attributes.connection-type.value }}</a>
{{/each}}
{{/if}}
</div>
{{/if}}
{{#if showOTGOptions}}
<div class="connection-types mt-4">