]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/directions.js
Replace deprecated text-muted class with text-body-secondary
[rails.git] / app / assets / javascripts / index / directions.js
index 42854f2e2897b8ed19c64c6c6c6c48560dcead3a..89eccb8cbd7d9074fb08d188a7d3875730969a6d 100644 (file)
@@ -307,7 +307,7 @@ OSM.Directions = function (map) {
         var row = $("<tr class='turn'/>");
         row.append("<td class='border-0'><div class='direction i" + direction + "'/></td> ");
         row.append("<td>" + instruction);
-        row.append("<td class='distance text-muted text-end'>" + dist);
+        row.append("<td class='distance text-body-secondary text-end'>" + dist);
 
         row.on("click", function () {
           popup