Skip to content

Commit

Permalink
Merge pull request #499 from cloudnativedaysjp/tweak_for_cnds2024
Browse files Browse the repository at this point in the history
Tweak for cnds2024
  • Loading branch information
takaishi authored Jun 8, 2024
2 parents df93106 + 2067c57 commit d0bd71e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
Binary file modified public/cnds2024/ui/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions src/components/Menu/DesktopMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ export const DesktopMenu: React.FC<Props> = ({ event }) => {
</>
)}

<Link
href={'https://www.youtube.com/watch?v=6J6JPsPNy6Y'}
rel="noreferrer"
>
<Button style={{ color: '#423A57' }}>Public Live</Button>
</Link>

<Link href={`/${event?.abbr}/dashboard`} rel="noreferrer">
<Button style={{ color: '#423A57' }}>Dashboard</Button>
</Link>
Expand Down
12 changes: 0 additions & 12 deletions src/components/Menu/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ export const MobileMenu: React.FC<Props> = ({ event, isAdminRole }) => {
</Link>
</ListItem>

<ListItem button key="info">
<ListItemIcon>
<ViewStreamIcon />
</ListItemIcon>
<Link
href={'https://www.youtube.com/watch?v=6J6JPsPNy6Y'}
rel="noreferrer"
>
<Button style={{ color: '#423A57' }}>Public Live</Button>
</Link>
</ListItem>

<ListItem button key="info">
<ListItemIcon>
<InfoIcon />
Expand Down

0 comments on commit d0bd71e

Please sign in to comment.