mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
AdExIcon
This commit is contained in:
parent
79daab4b88
commit
22cb4f9edd
@ -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";
|
||||
@ -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
|
||||
|
BIN
app/icons/adex_logo.jpg
Normal file
BIN
app/icons/adex_logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user