Uberpu commited on
Commit
15845ac
·
verified ·
1 Parent(s): 40206cc

update links to work - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +8 -8
index.html CHANGED
@@ -62,23 +62,23 @@
62
  </div>
63
  <nav class="flex-1 overflow-y-auto p-4">
64
  <div class="space-y-1">
65
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg bg-primary text-white">
66
  <i class="fas fa-chart-pie mr-3"></i>
67
  Dashboard
68
  </a>
69
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
70
  <i class="fas fa-users mr-3"></i>
71
  Agents
72
  </a>
73
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
74
  <i class="fas fa-tasks mr-3"></i>
75
  Tasks
76
  </a>
77
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
78
  <i class="fas fa-chart-line mr-3"></i>
79
  Analytics
80
  </a>
81
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
82
  <i class="fas fa-cog mr-3"></i>
83
  Settings
84
  </a>
@@ -87,15 +87,15 @@
87
  <div class="mt-8">
88
  <h3 class="px-4 text-xs font-semibold text-gray-500 uppercase tracking-wider">Teams</h3>
89
  <div class="mt-2 space-y-1">
90
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
91
  <span class="w-2 h-2 mr-3 rounded-full bg-green-500"></span>
92
  Support Team
93
  </a>
94
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
95
  <span class="w-2 h-2 mr-3 rounded-full bg-blue-500"></span>
96
  Sales Team
97
  </a>
98
- <a href="#" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
99
  <span class="w-2 h-2 mr-3 rounded-full bg-purple-500"></span>
100
  Marketing Team
101
  </a>
 
62
  </div>
63
  <nav class="flex-1 overflow-y-auto p-4">
64
  <div class="space-y-1">
65
+ <a href="dashboard.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg bg-primary text-white">
66
  <i class="fas fa-chart-pie mr-3"></i>
67
  Dashboard
68
  </a>
69
+ <a href="agents.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
70
  <i class="fas fa-users mr-3"></i>
71
  Agents
72
  </a>
73
+ <a href="tasks.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
74
  <i class="fas fa-tasks mr-3"></i>
75
  Tasks
76
  </a>
77
+ <a href="analytics.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
78
  <i class="fas fa-chart-line mr-3"></i>
79
  Analytics
80
  </a>
81
+ <a href="settings.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
82
  <i class="fas fa-cog mr-3"></i>
83
  Settings
84
  </a>
 
87
  <div class="mt-8">
88
  <h3 class="px-4 text-xs font-semibold text-gray-500 uppercase tracking-wider">Teams</h3>
89
  <div class="mt-2 space-y-1">
90
+ <a href="team-support.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
91
  <span class="w-2 h-2 mr-3 rounded-full bg-green-500"></span>
92
  Support Team
93
  </a>
94
+ <a href="team-sales.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
95
  <span class="w-2 h-2 mr-3 rounded-full bg-blue-500"></span>
96
  Sales Team
97
  </a>
98
+ <a href="team-marketing.html" class="flex items-center px-4 py-2 text-sm font-medium rounded-lg text-gray-700 hover:bg-gray-100">
99
  <span class="w-2 h-2 mr-3 rounded-full bg-purple-500"></span>
100
  Marketing Team
101
  </a>