From 416710f62e279125babe84b8c95df93a8d51c9ad Mon Sep 17 00:00:00 2001 From: zhangchenguang01 Date: Sun, 10 Mar 2024 15:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/sidebar.tsx | 3 +-- app/icons/github.svg | 2 +- app/icons/github1.svg | 1 + app/icons/home.svg | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 app/icons/github1.svg delete mode 100644 app/icons/home.svg diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 0c0227277..69b2e71f8 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -5,7 +5,6 @@ import styles from "./home.module.scss"; import { IconButton } from "./button"; import SettingsIcon from "../icons/settings.svg"; import GithubIcon from "../icons/github.svg"; -import homeicon from "../icons/home.svg"; import ChatGptIcon from "../icons/chatgpt.svg"; import AddIcon from "../icons/add.svg"; import CloseIcon from "../icons/close.svg"; @@ -219,7 +218,7 @@ export function SideBar(props: { className?: string }) {
- } shadow /> + } shadow />
diff --git a/app/icons/github.svg b/app/icons/github.svg index f24e2e71e..471939a03 100644 --- a/app/icons/github.svg +++ b/app/icons/github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/icons/github1.svg b/app/icons/github1.svg new file mode 100644 index 000000000..f24e2e71e --- /dev/null +++ b/app/icons/github1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/icons/home.svg b/app/icons/home.svg deleted file mode 100644 index 471939a03..000000000 --- a/app/icons/home.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file