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
>
-
-
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 = () => (
- M A L
);
const Heading = ({ mobile }) => (
@@ -49,7 +48,7 @@ const Heading = ({ mobile }) => (
/>
(
/>
(
/>