🐛 #579 fix svg images for app tiles

This commit is contained in:
Manuel
2023-01-18 18:35:48 +01:00
parent e950987359
commit 1cb9c02c61

View File

@@ -29,8 +29,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {
<Text align="center" weight={500} size="md" className={classes.appName}> <Text align="center" weight={500} size="md" className={classes.appName}>
{app.name} {app.name}
</Text> </Text>
<Center style={{ height: '85%', flex: 1 }}> <Center style={{ height: '85%', flex: 1, width: '100%' }}>
{/* eslint-disable-next-line @next/next/no-img-element */}
<motion.img <motion.img
className={classes.image} className={classes.image}
src={app.appearance.iconUrl} src={app.appearance.iconUrl}