Skip to content

Commit 87b69e9

Browse files
committed
upload 2.0
1 parent da37327 commit 87b69e9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/NavBar.jsx

+8-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ export default function NavBar() {
172172
Customers
173173
</Link>
174174
</NavbarItem>
175-
<NavbarItem isActive={pathName === "/APMC.github.io/IA"}>
175+
<NavbarItem
176+
className="hidden"
177+
isActive={pathName === "/APMC.github.io/IA"}
178+
>
176179
<Link
177180
color="foreground"
178181
href="/APMC.github.io/IA"
@@ -181,7 +184,10 @@ export default function NavBar() {
181184
IA
182185
</Link>
183186
</NavbarItem>
184-
<NavbarItem isActive={pathName === "/APMC.github.io/Web"}>
187+
<NavbarItem
188+
className="hidden"
189+
isActive={pathName === "/APMC.github.io/Web"}
190+
>
185191
<Link
186192
color="foreground"
187193
href="/APMC.github.io/Web"

0 commit comments

Comments
 (0)