mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 04:26:37 +08:00
fix(siderbar.tsx): fix wrong url
This commit is contained in:
parent
d8e1837897
commit
4512e7ad46
@ -159,7 +159,7 @@ export function SideBar(props: { className?: string }) {
|
||||
</div>
|
||||
<div className={styles["sidebar-sub-title"]}>{siteDescription}</div>
|
||||
<div className={styles["sidebar-logo"] + " no-dark"}>
|
||||
{!!siteLogURL ? <img src={siteLogURL}></img> : <ChatGptIcon />}
|
||||
{siteLogURL ? <img src={siteLogURL}></img> : <ChatGptIcon />}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user