Skip to content

Commit 5eb709a

Browse files
Lukashmoserebyhr
authored andcommitted
Remove GitHub button in UI
1 parent d100163 commit 5eb709a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webapp/src/components/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Nav, Avatar, Layout, Dropdown, Button, Toast, Modal, Tag } from '@douyinfe/semi-ui';
2-
import { IconGithubLogo, IconDoubleChevronRight, IconDoubleChevronLeft, IconMoon, IconSun, IconMark, IconIdCard } from '@douyinfe/semi-icons';
2+
import { IconDoubleChevronRight, IconDoubleChevronLeft, IconMoon, IconSun, IconMark, IconIdCard } from '@douyinfe/semi-icons';
33
import styles from './layout.module.scss';
44
import { useEffect, useState } from 'react';
55
import { Link, useLocation } from "react-router-dom";
@@ -74,10 +74,6 @@ export const RootLayout = (props: {
7474
aria-label="Switch Theme"
7575
onClick={nextTheme} />
7676

77-
<Button icon={<IconGithubLogo className={styles.semiIconsBell} />}
78-
aria-label="GitHub"
79-
onClick={() => window.open('https://github.com/trinodb/trino-gateway', '_blank')} />
80-
8177
<Dropdown
8278
position={'bottomRight'}
8379
render={

0 commit comments

Comments
 (0)