summaryrefslogtreecommitdiff
path: root/src/components/Header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Header.tsx')
-rw-r--r--src/components/Header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 75d96a9..bc77bf8 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -8,7 +8,7 @@ interface Props {
}[];
}
-const Header: React.FC<Props> = ({ children, navigation }) => {
+const Header: React.FC<Props> = ({ navigation }) => {
return (
<header className="bg-black text-white flex">
{navigation.map(({ name, route }) => (