mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 02:59: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',
|
||||
}}
|
||||
>
|
||||
<Space size={12} onClick={handleLogoClick} className={styles.logoWrapper}>
|
||||
<img src="/logo.svg" alt="" className={styles.appIcon} />
|
||||
<span className={styles.appName}>{appConf.appName}</span>
|
||||
</Space>
|
||||
<a href={window.location.origin}>
|
||||
<Space
|
||||
size={12}
|
||||
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>
|
||||
<Radio.Group
|
||||
defaultValue="a"
|
||||
|
Loading…
x
Reference in New Issue
Block a user