Skip to content

Commit

Permalink
upload 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgus39 committed Feb 7, 2024
1 parent 965a576 commit 02f8b2e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,20 @@ export default function NavBar() {
</Link>
</NavbarItem>
<NavbarItem isActive={pathName === "/APMC.github.io/IA"}>
<Link color="foreground" href="/APMC.github.io/IA">
<Link
color="foreground"
href="/APMC.github.io/IA"
aria-current="page"
>
IA
</Link>
</NavbarItem>
<NavbarItem isActive={pathName === "/APMC.github.io/Web"}>
<Link color="foreground" href="/APMC.github.io/Web">
<Link
color="foreground"
href="/APMC.github.io/Web"
aria-current="page"
>
Web
</Link>
</NavbarItem>
Expand Down

0 comments on commit 02f8b2e

Please sign in to comment.