Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Oct 7, 2023
1 parent 69fefa9 commit c000d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Home/components/Hero.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c000d4e

Please sign in to comment.