mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: add logo-with-text.png (#184)
* feat: alter "RagFlow" to "RAGFlow" * feat: move logo style to style tag * feat: add logo-with-text.png * feat: hide TranslationIcon
This commit is contained in:
@ -55,7 +55,7 @@ const RagHeader = () => {
|
||||
>
|
||||
<Space size={12} onClick={handleLogoClick} className={styles.logoWrapper}>
|
||||
<Logo className={styles.appIcon}></Logo>
|
||||
<span className={styles.appName}>RagFlow</span>
|
||||
<span className={styles.appName}>RAGFlow</span>
|
||||
</Space>
|
||||
<Space size={[0, 8]} wrap>
|
||||
<Radio.Group
|
||||
|
||||
Reference in New Issue
Block a user