Skip to content

Commit ef8e6e0

Browse files
committed
Fixed qso number badge class
1 parent a246971 commit ef8e6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/Stationsetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ private function stationbadge2html($station_active, $qso_total, $current_active,
342342
$returntext .= '<span class="badge bg-success text-bg-success">' . lang('station_location_active') . '</span><br/>';
343343
}
344344

345-
$returntext .='<span class="badge bg-light">' . $qso_total .' '. lang('gen_hamradio_qso') . '</span>';
345+
$returntext .='<span class="badge bg-dark">' . $qso_total .' '. lang('gen_hamradio_qso') . '</span>';
346346
return $returntext;
347347
}
348348

0 commit comments

Comments
 (0)