From 2e6b3834da357c7e81821ce60bad36f54dd9fa6e Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 23 Oct 2022 14:00:29 -0700 Subject: Properly utilize image_url from Store --- frontend/src/components/store/PluginCard.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'frontend') 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 = ({ plugin }) => { width: 'auto', height: '160px', }} - src={`https://cdn.tzatzikiweeb.moe/file/steam-deck-homebrew/artifact_images/${plugin.name.replace( - '/', - '_', - )}.png`} + src={plugin.image_url} />