Donation page update and Subscription update on Admin Dashboard

This commit is contained in:
Koncept Kit
2025-12-11 23:14:23 +07:00
parent f33cdff321
commit 44f2be5d84
6 changed files with 858 additions and 16 deletions

View File

@@ -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,