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

Loading…
Cancel
Save