Skip to content

Commit

Permalink
remove github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fkzhao committed May 12, 2024
1 parent 9a84376 commit 4b5e2e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/src/layouts/components/right-toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const Circle = ({ children, ...restProps }: React.PropsWithChildren) => {
);
};

const handleGithubCLick = () => {
window.open('https://github.com/infiniflow/ragflow', 'target');
};

const RightToolBar = () => {
const { t } = useTranslate('common');
const changeLanguage = useChangeLanguage();
Expand All @@ -47,12 +43,6 @@ const RightToolBar = () => {
<DownOutlined />
</Space>
</Dropdown>
<Circle>
<GithubOutlined onClick={handleGithubCLick} />
</Circle>
{/* <Circle>
<MonIcon />
</Circle> */}
<User></User>
</Space>
</div>
Expand Down

0 comments on commit 4b5e2e9

Please sign in to comment.