mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 07:46:31 +00:00
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:
parent
2dc359b19c
commit
e39fed1f25
@ -473,7 +473,7 @@ export class SourceSelector extends React.Component<
|
|||||||
<div className="center-block">
|
<div className="center-block">
|
||||||
<SVGIcon
|
<SVGIcon
|
||||||
contents={imageLogo}
|
contents={imageLogo}
|
||||||
fallback={<ImageSvg width="40px" />}
|
fallback={<ImageSvg width="40px" height="40px" />}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user