mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
feat: add UserSetting and set height of MoreIcon to 24px and replace logo (#111)
* feat: replace logo * feat: set height of MoreIcon to 24px * feat: add UserSetting
This commit is contained in:
@ -24,7 +24,7 @@ const App: React.FC = () => {
|
||||
}, [logout]);
|
||||
|
||||
const toSetting = () => {
|
||||
history.push('/setting');
|
||||
history.push('/user-setting');
|
||||
};
|
||||
|
||||
const items: MenuProps['items'] = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user