mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:11:56 +00:00
Properly utilize image_url from Store
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user