diff --git a/ui/src/pages/Home/components/Hero.tsx b/ui/src/pages/Home/components/Hero.tsx index 2d57950b..ce5a7411 100644 --- a/ui/src/pages/Home/components/Hero.tsx +++ b/ui/src/pages/Home/components/Hero.tsx @@ -1,7 +1,7 @@ import React from "react"; import style from "pages/Home/Home.module.scss"; import { Typography, Image } from "antd"; -import hero from "assets/home/hero.svg"; +import hero from "assets/Home/hero.svg"; import { FEATURE_DATA } from "data/featureData"; const { Title } = Typography;