Uberpu commited on
Commit
5a4f15d
·
verified ·
1 Parent(s): d83a120

Generate an Agents page for the menu and hook up the link - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -66,7 +66,7 @@
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>
 
66
  <i class="fas fa-chart-pie mr-3"></i>
67
  Dashboard
68
  </a>
69
+ <a href="#" id="agents-link" 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>