diff --git a/src/components/HomeAnimation.tsx b/src/components/HomeAnimation.tsx index c2785411947e6bebad29b8705479382388a557a2..a3613e37cce6a3824663933453f74ff0bd376818 100644 --- a/src/components/HomeAnimation.tsx +++ b/src/components/HomeAnimation.tsx @@ -56,7 +56,7 @@ export function HomeAnim() { C 81 1794 21 1977 168 2142 C 499 2246 1403 2325 1081 2142"/> </svg> - <img ref={vectorRef} src={vectorImg} alt="vectorImg"/> + <img ref={vectorRef} src={"https://static.igem.wiki/teams/5247/design/icons/humanpractices.png"} alt="vectorImg"/> </div> ); }