mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
fix(siderbar.tsx): fix wrong url
This commit is contained in:
parent
92a00c5cca
commit
d8e1837897
@ -159,11 +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={"https://unsplash.it/40/43?random"}></img>
|
||||
) : (
|
||||
<ChatGptIcon />
|
||||
)}
|
||||
{!!siteLogURL ? <img src={siteLogURL}></img> : <ChatGptIcon />}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user