Browse Source

Fix spacing

pull/7398/head
Thomas Kaul 1 month ago
parent
commit
003d818b6b
  1. 6
      apps/client/src/app/pages/landing/landing-page.html

6
apps/client/src/app/pages/landing/landing-page.html

@ -247,11 +247,11 @@
@if (testimonial.url) { @if (testimonial.url) {
<a target="_blank" [href]="testimonial.url">{{ <a target="_blank" [href]="testimonial.url">{{
testimonial.author testimonial.author
}}</a> }}</a
>,
} @else { } @else {
<span>{{ testimonial.author }}</span> <span>{{ testimonial.author }},</span>
} }
,
{{ testimonial.country }} {{ testimonial.country }}
</div> </div>
</div> </div>

Loading…
Cancel
Save