mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 23:19:03 +08:00
### What problem does this PR solve? feat: "Open link in new tab" doesn't work for profile image #3018 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
aa9a16e073
commit
ed0d47fc8a
@ -59,10 +59,16 @@ const RagHeader = () => {
|
|||||||
height: '72px',
|
height: '72px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Space size={12} onClick={handleLogoClick} className={styles.logoWrapper}>
|
<a href={window.location.origin}>
|
||||||
<img src="/logo.svg" alt="" className={styles.appIcon} />
|
<Space
|
||||||
<span className={styles.appName}>{appConf.appName}</span>
|
size={12}
|
||||||
</Space>
|
onClick={handleLogoClick}
|
||||||
|
className={styles.logoWrapper}
|
||||||
|
>
|
||||||
|
<img src="/logo.svg" alt="" className={styles.appIcon} />
|
||||||
|
<span className={styles.appName}>{appConf.appName}</span>
|
||||||
|
</Space>
|
||||||
|
</a>
|
||||||
<Space size={[0, 8]} wrap>
|
<Space size={[0, 8]} wrap>
|
||||||
<Radio.Group
|
<Radio.Group
|
||||||
defaultValue="a"
|
defaultValue="a"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user