mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 21:13:43 +08:00
fix(siderbar.tsx): fix wrong url
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user