Skip to content

Commit

Permalink
replace ruler with plane
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jan 3, 2024
1 parent 0d9ed3e commit adebe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class Buttons {
this.city.disable();

this.airportCalc = L.easyButton(
"fa-ruler",
"fa-plane",
() => {
window.open("./airportcalc.html", "_self");
},
Expand Down

0 comments on commit adebe46

Please sign in to comment.