mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 #579 fix svg images for app tiles
This commit is contained in:
@@ -29,8 +29,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
||||
<Text align="center" weight={500} size="md" className={classes.appName}>
|
||||
{app.name}
|
||||
</Text>
|
||||
<Center style={{ height: '85%', flex: 1 }}>
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
<Center style={{ height: '85%', flex: 1, width: '100%' }}>
|
||||
<motion.img
|
||||
className={classes.image}
|
||||
src={app.appearance.iconUrl}
|
||||
|
||||
Reference in New Issue
Block a user