From a92e24f8d0ea5cb70a862a2b33ebe74d86c4e55f Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:00:23 +0800 Subject: [PATCH] Update home.tsx --- app/components/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index 71d536758..f92458d88 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/github.svg"; +import GithubIcon from "../icons/shop.ico"; import ChatGptIcon from "../icons/chatgpt.svg"; import SendWhiteIcon from "../icons/send-white.svg"; import BrainIcon from "../icons/brain.svg";