From 7977c12d9440c128e636f24d43a619a8f07957b2 Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:04:02 +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 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";