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) => {