style: apply prettier formatting

This commit is contained in:
printcalc-ci
2026-03-03 11:46:26 +00:00
parent dd6f723271
commit 20293cc044
131 changed files with 5674 additions and 3482 deletions

View File

@@ -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>