Donation page update and Subscription update on Admin Dashboard
This commit is contained in:
@@ -20,7 +20,8 @@ import {
|
||||
FileText,
|
||||
DollarSign,
|
||||
Scale,
|
||||
HardDrive
|
||||
HardDrive,
|
||||
Repeat
|
||||
} from 'lucide-react';
|
||||
|
||||
const AdminSidebar = ({ isOpen, onToggle, isMobile }) => {
|
||||
@@ -116,6 +117,12 @@ const AdminSidebar = ({ isOpen, onToggle, isMobile }) => {
|
||||
path: '/admin/plans',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
name: 'Subscriptions',
|
||||
icon: Repeat,
|
||||
path: '/admin/subscriptions',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
name: 'Events',
|
||||
icon: Calendar,
|
||||
|
||||
Reference in New Issue
Block a user