diff --git a/src/Components/Navigation.tsx b/src/Components/Navigation.tsx
index d2ab440..a33adf4 100644
--- a/src/Components/Navigation.tsx
+++ b/src/Components/Navigation.tsx
@@ -7,7 +7,7 @@ import Image from "next/image";
const Navigation = () => (
-
+
-
diff --git a/src/Components/Sidebar.tsx b/src/Components/Sidebar.tsx
index 8f9da36..bffacd0 100644
--- a/src/Components/Sidebar.tsx
+++ b/src/Components/Sidebar.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import styled from "styled-components";
import Navigation from "./Navigation";
-const Sidebar = ({ navToggle }) => (
+const Sidebar = ({ navToggle }: { navToggle: boolean }) => (