feat: add section logs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { useAuth } from '@/contexts/AuthContext';
|
||||
import Link from 'next/link';
|
||||
import { UsersIcon, CubeIcon, TagIcon, BellIcon, GiftIcon, ShoppingBagIcon, CalculatorIcon } from '@heroicons/react/24/outline';
|
||||
import { UsersIcon, CubeIcon, TagIcon, BellIcon, GiftIcon, ShoppingBagIcon, CalculatorIcon, ChartBarIcon } from '@heroicons/react/24/outline';
|
||||
import { MegaphoneIcon } from 'lucide-react';
|
||||
|
||||
export default function Dashboard() {
|
||||
@@ -36,6 +36,15 @@ export default function Dashboard() {
|
||||
iconColor: 'text-cyan-600 dark:text-cyan-400',
|
||||
hoverBorder: 'hover:border-cyan-300 dark:hover:border-cyan-700',
|
||||
},
|
||||
{
|
||||
href: '/admin/auth-analytics',
|
||||
title: 'آمار ورود و پیامک',
|
||||
desc: 'تعداد کدهای ارسالی، تأییدها و ورودها برای محاسبه هزینه پیامک',
|
||||
Icon: ChartBarIcon,
|
||||
iconBg: 'bg-amber-100 dark:bg-amber-500/15',
|
||||
iconColor: 'text-amber-600 dark:text-amber-400',
|
||||
hoverBorder: 'hover:border-amber-300 dark:hover:border-amber-700',
|
||||
},
|
||||
{
|
||||
href: '/admin/packages',
|
||||
title: 'مدیریت پکیجها',
|
||||
|
||||
Reference in New Issue
Block a user