We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da37327 commit 87b69e9Copy full SHA for 87b69e9
src/components/NavBar.jsx
@@ -172,7 +172,10 @@ export default function NavBar() {
172
Customers
173
</Link>
174
</NavbarItem>
175
- <NavbarItem isActive={pathName === "/APMC.github.io/IA"}>
+ <NavbarItem
176
+ className="hidden"
177
+ isActive={pathName === "/APMC.github.io/IA"}
178
+ >
179
<Link
180
color="foreground"
181
href="/APMC.github.io/IA"
@@ -181,7 +184,10 @@ export default function NavBar() {
184
IA
182
185
183
186
- <NavbarItem isActive={pathName === "/APMC.github.io/Web"}>
187
188
189
+ isActive={pathName === "/APMC.github.io/Web"}
190
191
192
193
href="/APMC.github.io/Web"
0 commit comments