feature: labelled avatar on menu

This commit is contained in:
Jean-Baptiste Pasquier
2020-12-15 16:33:24 +01:00
parent 19a2e555b6
commit 4e7c234a0c
7 changed files with 64 additions and 116 deletions

View File

@ -1,2 +1,2 @@
solid-widget(name='hubl-user-avatar')
template ${value ? `<img src="${value}" style="max-width:100%; max-height: 100%;" />` : `<object type="image/svg+xml" data="/images/alien.svg"></object>`}
template ${value ? `<img src="${value}" />` : `<object type="image/svg+xml" data="/images/alien.svg"></object>`}