Properly utilize image_url from Store

This commit is contained in:
TrainDoctor
2022-10-23 14:00:29 -07:00
parent 6749c78ed7
commit 2e6b3834da
+1 -4
View File
@@ -78,10 +78,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
width: 'auto', width: 'auto',
height: '160px', height: '160px',
}} }}
src={`https://cdn.tzatzikiweeb.moe/file/steam-deck-homebrew/artifact_images/${plugin.name.replace( src={plugin.image_url}
'/',
'_',
)}.png`}
/> />
<div <div
style={{ style={{