Subh775 commited on
Commit
c084585
·
1 Parent(s): 3879f25

info icon for congestion smoothing

Browse files
Files changed (1) hide show
  1. frontend/vehicles.html +1 -1
frontend/vehicles.html CHANGED
@@ -726,7 +726,7 @@
726
  <div class="text-xs font-semibold text-slate-700 flex items-center">
727
  Congestion Smoothing
728
  <span class="info-wrap ml-1">
729
- <span class="info-btn"><i class="fa-solid fa-circle-info text-[9px]"></i></span>
730
  <span class="info-tip">Reduces jitter/noise in the line chart. Low values (0.05-0.2) create very smooth trends; high values (0.8+) show raw spiky data.</span>
731
  </span>
732
  </div>
 
726
  <div class="text-xs font-semibold text-slate-700 flex items-center">
727
  Congestion Smoothing
728
  <span class="info-wrap ml-1">
729
+ <span class="info-btn"><i class="fa-solid fa-info"></i></span>
730
  <span class="info-tip">Reduces jitter/noise in the line chart. Low values (0.05-0.2) create very smooth trends; high values (0.8+) show raw spiky data.</span>
731
  </span>
732
  </div>