mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-03-01 05:00:45 +00:00
feat: add multipass to navbar
This commit is contained in:
parent
f17cf6df63
commit
b8088f36b7
@ -25,8 +25,6 @@ export const navItems: NavItem[] = [
|
||||
{
|
||||
label: 'Dashboard',
|
||||
href: '/dashboard',
|
||||
// isDisabled: true,
|
||||
// isSoon: true,
|
||||
},
|
||||
// {
|
||||
// label: 'Leaderboard',
|
||||
@ -40,10 +38,12 @@ export const navItems: NavItem[] = [
|
||||
label: 'Docs',
|
||||
href: '/docs',
|
||||
},
|
||||
// {
|
||||
// label: 'Multipass',
|
||||
// href: '/multipass',
|
||||
// },
|
||||
{
|
||||
label: 'Multipass',
|
||||
href: '/multipass',
|
||||
isDisabled: true,
|
||||
isSoon: true,
|
||||
},
|
||||
]
|
||||
|
||||
const Navbar: React.FC<NavbarProps> = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user