style: apply prettier formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user