mas cambios
This commit is contained in:
@@ -5,19 +5,19 @@ import { useLanguage } from '@/contexts/LanguageContext';
|
||||
import DashboardStyles from '@/components/layouts/DashboardStyles';
|
||||
import CurrencySelector from '@/components/CurrencySelector';
|
||||
import LanguageSelector from '@/components/LanguageSelector';
|
||||
import {
|
||||
Home,
|
||||
Plus,
|
||||
Wallet,
|
||||
List,
|
||||
MessageSquare,
|
||||
Star,
|
||||
BookOpen,
|
||||
Heart,
|
||||
FileText,
|
||||
User,
|
||||
import {
|
||||
Home,
|
||||
Plus,
|
||||
Wallet,
|
||||
List,
|
||||
MessageSquare,
|
||||
Star,
|
||||
BookOpen,
|
||||
Heart,
|
||||
FileText,
|
||||
User,
|
||||
Users,
|
||||
Settings,
|
||||
Settings,
|
||||
LogOut,
|
||||
Search,
|
||||
Bell,
|
||||
@@ -60,7 +60,9 @@ import {
|
||||
Server,
|
||||
ShieldAlert,
|
||||
UserCircle,
|
||||
Mail
|
||||
Mail,
|
||||
TrendingUp,
|
||||
Instagram
|
||||
} from 'lucide-react';
|
||||
|
||||
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
@@ -217,9 +219,9 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
{ icon: FileText, label: 'Reportes', path: '/dashboard/politur/reports' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: UserCircle,
|
||||
label: 'Guías Turísticos',
|
||||
{
|
||||
icon: UserCircle,
|
||||
label: 'Guías Turísticos',
|
||||
path: '/dashboard/guides',
|
||||
subItems: [
|
||||
{ icon: Home, label: 'Dashboard', path: '/dashboard/guides' },
|
||||
@@ -227,6 +229,18 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
{ icon: BookOpen, label: 'Biblioteca', path: '/dashboard/guides/library' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
label: 'Influencer Dashboard',
|
||||
path: '/dashboard/influencer',
|
||||
subItems: [
|
||||
{ icon: Home, label: 'Mi Dashboard', path: '/dashboard/influencer' },
|
||||
{ icon: BarChart3, label: 'Mis Estadísticas', path: '/dashboard/influencer/stats' },
|
||||
{ icon: Megaphone, label: 'Campañas', path: '/dashboard/influencer/campaigns' },
|
||||
{ icon: TrendingUp, label: 'Earnings', path: '/dashboard/influencer/earnings' },
|
||||
{ icon: Users, label: 'Mi Perfil Público', path: '/dashboard/influencer/profile' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Store,
|
||||
label: t('commerce'),
|
||||
|
||||
Reference in New Issue
Block a user