diff --git a/src/components/desktopcontainer.js b/src/components/desktopcontainer.js index 012c78c..d5caa28 100644 --- a/src/components/desktopcontainer.js +++ b/src/components/desktopcontainer.js @@ -19,9 +19,6 @@ import React, { useState } from 'react'; import { Link, useLocation } from 'react-router-dom'; import Heading from './heading'; import { - Button, - Container, - Menu, Segment, Visibility, } from 'semantic-ui-react'; @@ -51,43 +48,6 @@ const DesktopContainer = ({ children }) => { }} vertical > - - - - Home - - - About - - - Learn more - - - Who uses MAL? - - - Resources - - - - - - - diff --git a/src/components/heading.js b/src/components/heading.js index ec46ffa..a9a1404 100644 --- a/src/components/heading.js +++ b/src/components/heading.js @@ -25,13 +25,12 @@ const HeaderContent = () => ( MAL logo -

M A L

); const Heading = ({ mobile }) => ( @@ -49,7 +48,7 @@ const Heading = ({ mobile }) => ( />
( />
( /> - - - diff --git a/src/components/mobilecontainer.js b/src/components/mobilecontainer.js index b046704..7b3e532 100644 --- a/src/components/mobilecontainer.js +++ b/src/components/mobilecontainer.js @@ -19,7 +19,6 @@ import React, { useState } from 'react'; import Heading from './heading'; import { Link, useLocation } from 'react-router-dom'; import { - Button, Container, Icon, Menu, @@ -50,62 +49,6 @@ const MobileContainer = ({ children }) => { vertical visible={sidebarIsOpen} > - - -
Home
- -
- - -
About
- -
- - -
Learn more
- -
- - -
Who uses MAL?
- -
- - -
Resources
- -
- - -