Skip to content

Commit

Permalink
Navbar Updated, Image Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Azenris committed Nov 5, 2023
1 parent fd2d2e3 commit f21a172
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ const menuItems: MenuItem[] = [
{
path: "/",
name: "Home",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/pokemon",
name: "POKéMON",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/collection",
name: "Collection",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/item",
name: "Items",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/tm",
name: "HMs / TMs",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/move",
name: "Moves",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
},
{
path: "/about",
name: "About",
icon: "/imgs/pokeball-0.png"
icon: "./imgs/pokeball-0.png"
}
];

Expand Down

0 comments on commit f21a172

Please sign in to comment.