style: apply prettier formatting
All checks were successful
PR Checks / prettier-autofix (pull_request) Successful in 9s
PR Checks / security-sast (pull_request) Successful in 30s
PR Checks / test-backend (pull_request) Successful in 27s
PR Checks / test-frontend (pull_request) Successful in 58s

This commit is contained in:
printcalc-ci
2026-03-14 14:15:10 +00:00
parent 46fd59ed71
commit 6f700c923a
9 changed files with 39 additions and 57 deletions

View File

@@ -19,23 +19,17 @@
<app-button
variant="primary"
[routerLink]="languageService.localizedPath('/calculator/basic')"
>{{
"HOME.BTN_CALCULATE" | translate
}}</app-button
>{{ "HOME.BTN_CALCULATE" | translate }}</app-button
>
<app-button
variant="outline"
[routerLink]="languageService.localizedPath('/shop')"
>{{
"HOME.BTN_SHOP" | translate
}}</app-button
>{{ "HOME.BTN_SHOP" | translate }}</app-button
>
<app-button
variant="text"
[routerLink]="languageService.localizedPath('/contact')"
>{{
"HOME.BTN_CONTACT" | translate
}}</app-button
>{{ "HOME.BTN_CONTACT" | translate }}</app-button
>
</div>
</div>
@@ -182,16 +176,12 @@
<app-button
variant="primary"
[routerLink]="languageService.localizedPath('/shop')"
>{{
"HOME.BTN_DISCOVER" | translate
}}</app-button
>{{ "HOME.BTN_DISCOVER" | translate }}</app-button
>
<app-button
variant="outline"
[routerLink]="languageService.localizedPath('/contact')"
>{{
"HOME.BTN_REQ_SOLUTION" | translate
}}</app-button
>{{ "HOME.BTN_REQ_SOLUTION" | translate }}</app-button
>
</div>
</div>
@@ -260,16 +250,12 @@
<app-button
variant="primary"
[routerLink]="languageService.localizedPath('/about')"
>{{
"HOME.SEC_ABOUT_TITLE" | translate
}}</app-button
>{{ "HOME.SEC_ABOUT_TITLE" | translate }}</app-button
>
<app-button
variant="outline"
[routerLink]="languageService.localizedPath('/contact')"
>{{
"HOME.BTN_CONTACT" | translate
}}</app-button
>{{ "HOME.BTN_CONTACT" | translate }}</app-button
>
</div>
</div>