Skip to content

Commit

Permalink
Remove GitHub button in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukashmoser authored and ebyhr committed Nov 12, 2024
1 parent d100163 commit 5eb709a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webapp/src/components/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Nav, Avatar, Layout, Dropdown, Button, Toast, Modal, Tag } from '@douyinfe/semi-ui';
import { IconGithubLogo, IconDoubleChevronRight, IconDoubleChevronLeft, IconMoon, IconSun, IconMark, IconIdCard } from '@douyinfe/semi-icons';
import { IconDoubleChevronRight, IconDoubleChevronLeft, IconMoon, IconSun, IconMark, IconIdCard } from '@douyinfe/semi-icons';
import styles from './layout.module.scss';
import { useEffect, useState } from 'react';
import { Link, useLocation } from "react-router-dom";
Expand Down Expand Up @@ -74,10 +74,6 @@ export const RootLayout = (props: {
aria-label="Switch Theme"
onClick={nextTheme} />

<Button icon={<IconGithubLogo className={styles.semiIconsBell} />}
aria-label="GitHub"
onClick={() => window.open('https://github.com/trinodb/trino-gateway', '_blank')} />

<Dropdown
position={'bottomRight'}
render={
Expand Down

0 comments on commit 5eb709a

Please sign in to comment.