Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Jul 26, 2024
1 parent ee81741 commit bf782e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added ui/src/assets/Home/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ui/src/assets/Home/hero.webp
Binary file not shown.
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 { FC } from "react";
import style from "pages/Home/Home.module.scss";
import { Typography, Image } from "antd";
import hero from "assets/Home/hero.webp";
import hero from "assets/Home/hero.png";
import { Icon, ResponsiveButton } from "components/General";
import { useModal } from "hooks";

Expand Down

0 comments on commit bf782e5

Please sign in to comment.