style: apply prettier formatting
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<section class="wip-section">
|
||||
<div class="container">
|
||||
<div class="wip-card">
|
||||
<p class="wip-eyebrow">{{ 'SHOP.WIP_EYEBROW' | translate }}</p>
|
||||
<h1>{{ 'SHOP.WIP_TITLE' | translate }}</h1>
|
||||
<p class="wip-subtitle">{{ 'SHOP.WIP_SUBTITLE' | translate }}</p>
|
||||
<p class="wip-eyebrow">{{ "SHOP.WIP_EYEBROW" | translate }}</p>
|
||||
<h1>{{ "SHOP.WIP_TITLE" | translate }}</h1>
|
||||
<p class="wip-subtitle">{{ "SHOP.WIP_SUBTITLE" | translate }}</p>
|
||||
|
||||
<div class="wip-actions">
|
||||
<app-button variant="primary" routerLink="/calculator/basic">
|
||||
{{ 'SHOP.WIP_CTA_CALC' | translate }}
|
||||
{{ "SHOP.WIP_CTA_CALC" | translate }}
|
||||
</app-button>
|
||||
</div>
|
||||
|
||||
<p class="wip-return-later">{{ 'SHOP.WIP_RETURN_LATER' | translate }}</p>
|
||||
<p class="wip-note">{{ 'SHOP.WIP_NOTE' | translate }}</p>
|
||||
<p class="wip-return-later">{{ "SHOP.WIP_RETURN_LATER" | translate }}</p>
|
||||
<p class="wip-note">{{ "SHOP.WIP_NOTE" | translate }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user