aknouce94 commited on
Commit
227daff
·
verified ·
1 Parent(s): 96e1d1a

rieen ne foction

Browse files
Files changed (2) hide show
  1. darkbert.html +2 -2
  2. index.html +1 -1
darkbert.html CHANGED
@@ -67,8 +67,8 @@
67
  <i data-feather="trending-up" class="w-4 h-4"></i>
68
  <span>Dashboard</span>
69
  </a>
70
- <a href="/ai-analysis" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-blue-400 text-blue-400 transition-colors">
71
- <i data-feather="brain" class="w-4 h-4"></i>
72
  <span>AI Analysis Suite</span>
73
  </a>
74
  <a href="/investigations" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-transparent hover:border-gray-600 transition-colors">
 
67
  <i data-feather="trending-up" class="w-4 h-4"></i>
68
  <span>Dashboard</span>
69
  </a>
70
+ <a href="/darkbert" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-blue-400 text-blue-400 transition-colors">
71
+ <i data-feather="brain" class="w-4 h-4"></i>
72
  <span>AI Analysis Suite</span>
73
  </a>
74
  <a href="/investigations" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-transparent hover:border-gray-600 transition-colors">
index.html CHANGED
@@ -88,7 +88,7 @@
88
  <i data-feather="trending-up" class="w-4 h-4"></i>
89
  <span>Dashboard</span>
90
  </a>
91
- <a href="/ai-analysis" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-transparent hover:border-gray-600 transition-colors">
92
  <i data-feather="brain" class="w-4 h-4"></i>
93
  <span>AI Analysis Suite</span>
94
  </a>
 
88
  <i data-feather="trending-up" class="w-4 h-4"></i>
89
  <span>Dashboard</span>
90
  </a>
91
+ <a href="/darkbert" class="flex items-center space-x-2 px-4 py-3 border-b-2 border-transparent hover:border-gray-600 transition-colors">
92
  <i data-feather="brain" class="w-4 h-4"></i>
93
  <span>AI Analysis Suite</span>
94
  </a>