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