Browse Source

Improve data provider credits

pull/7826/head
Thomas Kaul 3 days ago
parent
commit
c42551f8a4
  1. 7
      libs/ui/src/lib/data-provider-credits/data-provider-credits.component.html

7
libs/ui/src/lib/data-provider-credits/data-provider-credits.component.html

@ -7,10 +7,7 @@
) {
<a target="_blank" [href]="dataProviderInfo.url">{{
dataProviderInfo.name
}}</a>
@if (!last) {
,
}
}}</a
>{{ last ? '.' : ', ' }}
}
<ng-container>.</ng-container>
</small>

Loading…
Cancel
Save