From 49cfad2dbe00325fe4668af9786b6f014a611169 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 24 Aug 2023 20:35:46 +0100 Subject: [PATCH] Update image URL --- src/components/Results/TechStack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Results/TechStack.tsx b/src/components/Results/TechStack.tsx index 892eb8c..2771c84 100644 --- a/src/components/Results/TechStack.tsx +++ b/src/components/Results/TechStack.tsx @@ -80,7 +80,7 @@ h4 { const TechStackCard = (props: {data: any, title: string, actionButtons: any }): JSX.Element => { const technologies = props.data.technologies; - const iconsCdn = 'https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/images/icons/'; + const iconsCdn = 'https://www.wappalyzer.com/images/icons/'; return ( {technologies.map((tech: any, index: number) => {