From 5bd023e601f995499a501f733f2afbf5a2ba853a Mon Sep 17 00:00:00 2001 From: mathiasekstedt Date: Thu, 11 Dec 2025 16:52:20 +0100 Subject: [PATCH 1/2] cleanup2025-heading --- src/components/heading.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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/layout.js b/src/components/layout.js index 16e87df..c16e477 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -17,14 +17,8 @@ import React from 'react'; import ResponsiveContainer from './responsivecontainer'; import { - Button, Container, Divider, - Grid, - Header, - Icon, - Image, - List, Segment, } from 'semantic-ui-react'; @@ -36,26 +30,6 @@ const referenceButtonStyle = { const Layout = () => ( - - Resources - - - - - - - - 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
- -
- - -