summaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-23 14:00:29 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-10-23 14:00:29 -0700
commit2e6b3834da357c7e81821ce60bad36f54dd9fa6e (patch)
treea48f89bdee3d79829d37fa7c891631cc0320c679 /frontend/src
parent6749c78ed71764fd26a15d00bf5be1b74133b6e8 (diff)
downloaddecky-loader-2e6b3834da357c7e81821ce60bad36f54dd9fa6e.tar.gz
decky-loader-2e6b3834da357c7e81821ce60bad36f54dd9fa6e.zip
Properly utilize image_url from Storev2.3.0-pre4
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/components/store/PluginCard.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx
index 03f11b4a..ffa2d1f1 100644
--- a/frontend/src/components/store/PluginCard.tsx
+++ b/frontend/src/components/store/PluginCard.tsx
@@ -78,10 +78,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
width: 'auto',
height: '160px',
}}
- src={`https://cdn.tzatzikiweeb.moe/file/steam-deck-homebrew/artifact_images/${plugin.name.replace(
- '/',
- '_',
- )}.png`}
+ src={plugin.image_url}
/>
<div
style={{