diff --git a/components/OrganizedContent.tsx b/components/OrganizedContent.tsx index ac82a0f1..4e188507 100644 --- a/components/OrganizedContent.tsx +++ b/components/OrganizedContent.tsx @@ -103,41 +103,7 @@ export function OrganizedContent({ onClick={() => setMobileNavOpen(!mobileNavOpen)} > {/* this is copied from hamburger.svg with changed colors */} - - - - - + ); @@ -370,3 +336,43 @@ function useBurger(componentIsVisible: boolean): boolean { return burgerVisible; } + +function Burger() { + return ( + + + + + + ) +} \ No newline at end of file