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