mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
ca7e5338bd
commit
2d1efc0682
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const LogoComponent: FC<LogoComponentProps> = ({ logoUrl }) => (
|
||||||
<Box className='cardFooterLogo'>
|
<Box className='cardFooterLogo'>
|
||||||
<Image
|
<Image
|
||||||
imgUrl={logoUrl}
|
imgUrl={logoUrl}
|
||||||
containImage={true}
|
containImage
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue