Skip to content

Commit dbba18f

Browse files
committed
feat: refine borrow user journey
1 parent ba5aeda commit dbba18f

File tree

3 files changed

+233
-234
lines changed

3 files changed

+233
-234
lines changed

app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
ScrollText,
99
BookCopy,
1010
ChartSpline,
11+
BellIcon,
1112
} from 'lucide-react'
1213
import { Button } from '@/components/ui/button'
1314
import { IsLoggedIn } from '@/lib/firebase/firebase'
@@ -17,10 +18,11 @@ import { logoutAction } from '@/lib/actions/logout'
1718
const menuItems = [
1819
{ title: 'Dashboard', icon: ChartSpline, href: '/dashboard', level: 3 },
1920
{ title: 'Libraries', icon: Library, href: '/libraries', level: 1 },
21+
{ title: 'Notifications', icon: BellIcon, href: '/notifications', level: 2 },
2022
{ title: 'Books', icon: Book, href: '/books', level: 1 },
2123
{ title: 'Users', icon: Users, href: '/users', level: 3 },
2224
{ title: 'Staffs', icon: UserCog, href: '/staffs', level: 3 },
23-
{ title: 'Memberships', icon: CreditCard, href: '/memberships', level: 3 },
25+
{ title: 'Memberships', icon: CreditCard, href: '/memberships', level: 1 },
2426
{
2527
title: 'Subscriptions',
2628
icon: ScrollText,

0 commit comments

Comments
 (0)