Add auction
This commit is contained in:
@@ -3,7 +3,8 @@ import { Link, useLocation } from "react-router";
|
||||
const navItems = [
|
||||
{ route: "/", label: "Explorer", icon: "home" },
|
||||
{ route: "/status", label: "Status", icon: "notepad" },
|
||||
{ route: "/transfer", label: "Transfer", icon: "money" }
|
||||
{ route: "/transfer", label: "Transfer", icon: "money" },
|
||||
{ route: "/auction", label: "Auction", icon: "auction" }
|
||||
];
|
||||
|
||||
export function Sidebar() {
|
||||
|
||||
Reference in New Issue
Block a user