From 2879ab056306c9d34a86b36b62303ddae4f32d5f Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 19 Mar 2024 22:50:41 -0700 Subject: [PATCH] Add tabs, though its more for readability... --- src/web/src/components/header.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/src/components/header.jsx b/src/web/src/components/header.jsx index 13e9d52..a99e767 100644 --- a/src/web/src/components/header.jsx +++ b/src/web/src/components/header.jsx @@ -116,7 +116,7 @@ function CollapsibleTab({ tab }) { ); } -function CollapsibleTabMenu() { +function CollapsibleTabMenu({ tabs }) { const [isOpen, setIsOpen] = useState(false); const toggleMenu = () => { @@ -168,7 +168,7 @@ function Header() { {mounted && ( <> - + )}