Browse Source

Merge branch 'main' into feature/improve-line-height-on-pricing-page

pull/5002/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
b7016f9dfe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      apps/client/src/app/pages/pricing/pricing-page.html

10
apps/client/src/app/pages/pricing/pricing-page.html

@ -305,11 +305,11 @@
}
@if (durationExtension) {
<div class="mt-3">
<div
class="badge badge-warning font-weight-normal line-height-1 p-3 w-100"
>
<strong>Limited Offer!</strong> Get
{{ durationExtension }} extra
<div class="badge badge-warning font-weight-normal line-height-1 p-3 w-100">
<strong i18n>Limited Offer!</strong>
<ng-container i18n
>Get {{ durationExtension }} extra</ng-container
>
</div>
</div>
}

Loading…
Cancel
Save