diff --git a/frontend/src/pages/MapPage/RoadInfo.tsx b/frontend/src/pages/MapPage/RoadInfo.tsx index 9d0151b..8bb5b25 100644 --- a/frontend/src/pages/MapPage/RoadInfo.tsx +++ b/frontend/src/pages/MapPage/RoadInfo.tsx @@ -10,7 +10,7 @@ import api from 'api' import styles from './styles.module.less' -const UNITS = {distanceOvertaker: 'm', distanceStationary: 'm', speed: 'm/s'} +const UNITS = {distanceOvertaker: 'm', distanceStationary: 'm', speed: 'km/h'} const LABELS = {distanceOvertaker: 'Overtaker', distanceStationary: 'Stationary', speed: 'Speed'} const ZONE_COLORS = {urban: 'olive', rural: 'brown', motorway: 'purple'} const CARDINAL_DIRECTIONS = ['north', 'north-east', 'east', 'south-east', 'south', 'south-west', 'west', 'north-west'] @@ -40,7 +40,7 @@ function RoadStatsTable({data}) {