put client icons as img tag

This commit is contained in:
Bruno Windels
2020-12-04 16:08:42 +01:00
parent f52867f2e8
commit a705621dd5
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export class ClientView extends TemplateView {
t.p(vm.description),
t.p(formatPlatforms(vm.availableOnPlatformNames)),
]),
t.div({className: `icon ${vm.clientId}`})
t.img({className: "clientIcon", src: vm.iconUrl})
]),
t.mapView(vm => vm.stage, stage => {
switch (stage) {