* [bug#58286] adjust instance logo.
This commit is contained in:
@@ -108,7 +108,7 @@ div
|
||||
div
|
||||
(
|
||||
setClass('flex basis-full'),
|
||||
$type === 'store' ? img(set::src($instance->logo), setStyle(array('width' => '50px', 'height' => '50px'))) : null,
|
||||
$type === 'store' && !empty($instance->logo) ? img(set::src($instance->logo), setStyle(array('width' => '50px', 'height' => '50px'))) : null,
|
||||
div
|
||||
(
|
||||
setClass(($type === 'store' ? 'ml-3' : '') . ' flex col gap-y-1 basis-full'),
|
||||
|
||||
Reference in New Issue
Block a user