Skip to content

Commit 88d94da

Browse files
committed
Update distance UI format to include delta symbol for clarity
1 parent ce43490 commit 88d94da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ function updateDistanceUi() {
753753
if (distance === null) {
754754
distanceInfoEl.textContent = "-";
755755
} else {
756-
distanceInfoEl.textContent = `${Math.round(distance)}m away`;
756+
distanceInfoEl.textContent = `${Math.round(distance)}m`;
757757
}
758758
}
759759

0 commit comments

Comments
 (0)