From 981f79f6760c3e14c6051ed8e85c0085b6de8029 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 18 Aug 2023 19:28:44 +0100 Subject: [PATCH] Fix link to the tech stack image assets --- 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 5352ce0..892eb8c 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/drivers/webextension/images/icons/'; + const iconsCdn = 'https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/images/icons/'; return ( {technologies.map((tech: any, index: number) => {