mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Fixed build issue
This commit is contained in:
parent
608c9b82ab
commit
75ae4db508
1 changed files with 1 additions and 2 deletions
|
|
@ -18,13 +18,12 @@ function makeLink(href: string, label: string) {
|
|||
}
|
||||
|
||||
function Nav() {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
const pathname = usePathname();
|
||||
|
||||
if (pathname === "/") {
|
||||
return null;
|
||||
}
|
||||
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
return (
|
||||
<div>
|
||||
<nav className="bg-brandblue">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue