Skip to content

Commit f7ec00e

Browse files
committed
feat: show user borrows
1 parent 5feb6ee commit f7ec00e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

app/page.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,7 @@ const menuItems = [
2727
href: '/subscriptions',
2828
level: 3,
2929
},
30-
{ title: 'Borrows', icon: BookCopy, href: '/borrows', level: 3 },
31-
// {
32-
// title: 'My Memberships',
33-
// icon: CreditCard,
34-
// href: '/memberships/me',
35-
// level: 2,
36-
// },
37-
// {
38-
// title: 'My Subscriptions',
39-
// icon: ScrollText,
40-
// href: '/subscriptions/me',
41-
// level: 2,
42-
// },
43-
// { title: 'My Borrows', icon: BookCopy, href: '/borrows/me', level: 2 },
30+
{ title: 'Borrows', icon: BookCopy, href: '/borrows', level: 2 },
4431
]
4532

4633
async function logoutAction() {

0 commit comments

Comments
 (0)