Skip to content

Commit e3d775a

Browse files
committed
Remove defunct hosted events link.
1 parent 7f599cb commit e3d775a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/MainMenu.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useCallback } from "react";
22
import { useHistory } from "react-router-dom";
33
import styled from "styled-components";
44

5-
import { Archive, History, OndemandVideo, Podcasts, Quiz, StackedBarChart } from '@styled-icons/material';
5+
import { Archive, History, OndemandVideo, Quiz, StackedBarChart } from '@styled-icons/material';
66

77
import { Button } from "./Button";
88
import { useFileContext } from "./FileLoaderContext";
@@ -80,12 +80,6 @@ export const MainMenu = () => {
8080
<URLBox />
8181
<SessionsPanel />
8282
<ButtonContainer>
83-
<MenuButton
84-
onClick={() => history.push('/hosted')}
85-
>
86-
<Podcasts />
87-
Hosted events
88-
</MenuButton>
8983
<MenuButton
9084
onClick={() => history.push('/services')}
9185
>

0 commit comments

Comments
 (0)