Skip to content

Commit

Permalink
AdExIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkSchlossmacher committed Jul 31, 2024
1 parent 79daab4 commit 22cb4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { IconButton } from "./button";
import SettingsIcon from "../icons/settings.svg";
import GithubIcon from "../icons/github.svg";
import ChatGptIcon from "../icons/chatgpt.svg";
import AdExIcon from "../icons/adex_logo.jpg";
import AddIcon from "../icons/add.svg";
import CloseIcon from "../icons/close.svg";
import DeleteIcon from "../icons/delete.svg";
Expand Down Expand Up @@ -227,7 +228,7 @@ export function SideBar(props: { className?: string }) {
<SideBarHeader
title="AdExGPT - via API"
subTitle="secure local UI for OpenAI API."
logo={<ChatGptIcon />}
logo={<AdExIcon />}
>
<div className={styles["sidebar-header-bar"]}>
<IconButton
Expand Down
Binary file added app/icons/adex_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22cb4f9

Please sign in to comment.