MCPcopy Create free account
hub / github.com/chiragksharma/BuildFast / togglePopup

Function togglePopup

src/components/Header.tsx:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 setIsOpen(!isOpen);
18 };
19 const togglePopup = () => {
20 setIsPopupOpen(!isPopupOpen);
21 };
22
23 // const { logo, brand } = siteConfig;
24 const { brand,logo,links, cta, mobileMenu } = navbarConfig;

Callers 1

HeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected