Update image URL

This commit is contained in:
Alicia Sykes 2023-08-24 20:35:46 +01:00
parent b6dfd3321a
commit 49cfad2dbe

View File

@ -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 (
<Card heading={props.title} actionButtons={props.actionButtons} styles={cardStyles}>
{technologies.map((tech: any, index: number) => {