diff --git a/app/components/home.tsx b/app/components/home.tsx index 9129c2009..71d536758 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -7,7 +7,7 @@ import { IconButton } from "./button"; import styles from "./home.module.scss"; import SettingsIcon from "../icons/settings.svg"; -import GithubIcon from "../icons/shop.svg"; +import GithubIcon from "../icons/github.svg"; import ChatGptIcon from "../icons/chatgpt.svg"; import SendWhiteIcon from "../icons/send-white.svg"; import BrainIcon from "../icons/brain.svg";