hubl/src/views/partials/widgets/hubl-admin-community-logo.pug

3 lines
260 B
Plaintext

if componentSet.has('admin') && componentSet.has('circles')
solid-widget(name='hubl-admin-community-logo')
template ${value != "" ? `<img style="height:76px; max-width:100%;" src="${value}" alt="community's logo" />` : `<div style="height:76px;"></div>`}