Skip to content

Commit

Permalink
chore: remove empty sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Aug 26, 2024
1 parent 2b91fc1 commit 543e381
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions app/core/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ export const sidebarMenu = [
),
key: '/examples/multicall',
},
{
label: () =>
h(
NuxtLink,
{
to: '/examples/meta-transactions',
},
{ default: () => 'Meta Transactions' },
),
key: '/examples/meta-transactions',
},
{
label: () =>
h(
NuxtLink,
{
to: '/examples/siwe',
},
{ default: () => 'Sign-In with Ethereum' },
),
key: '/examples/siwe',
},
],
},
{
Expand Down Expand Up @@ -128,15 +106,15 @@ export const sidebarMenu = [
),
key: '/eips',
},
{
label: () =>
h(
NuxtLink,
{
to: '/donate',
},
{ default: () => 'Donate' },
),
key: '/donate',
},
// {
// label: () =>
// h(
// NuxtLink,
// {
// to: '/donate',
// },
// { default: () => 'Donate' },
// ),
// key: '/donate',
// },
]

0 comments on commit 543e381

Please sign in to comment.