Fix source-selector image height

Change-type: patch
Changelog-entry: Fix source-selector image height
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2020-06-12 15:43:19 +02:00
parent 2dc359b19c
commit e39fed1f25

View File

@ -473,7 +473,7 @@ export class SourceSelector extends React.Component<
<div className="center-block">
<SVGIcon
contents={imageLogo}
fallback={<ImageSvg width="40px" />}
fallback={<ImageSvg width="40px" height="40px" />}
/>
</div>