diff --git a/TODO b/TODO
index 9d95675..c007447 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@ improve hamburger menu - button and menu <- menu hidden off page to the right an
create readme
-consider moving themetoggle css out of global and into its own css file
-
need a 'return to top' arrow button on smaller screens
mobile map needs improving
diff --git a/components/Hamburger.tsx b/components/Hamburger.tsx
index 36f3c9c..42ff76d 100644
--- a/components/Hamburger.tsx
+++ b/components/Hamburger.tsx
@@ -8,13 +8,15 @@ const Hamburger = () => {
const [menuVisible, setMenuVisible] = useState(false);
return (
<>
- {" "}
-