Skip to content

Commit

Permalink
fix: Navigtion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigismall committed Dec 8, 2024
1 parent c530f52 commit 600c82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<label for="google-maps">Google maps</label>
<input type="radio" id="streetview" name="map-type" value="streetview">
<label for="streetview">Street view</label>
<input type="radio" id="bing" name="map-type" value="bing">
<label for="osmb">3D</label>
<input type="radio" id="osmb" name="map-type" value="osmb">
<label for="osmb">3D</label>
<input type="radio" id="bing" name="map-type" value="bing">
<label for="bing">BING</label>
<input type="radio" id="adsb" name="map-type" value="adsb">
<label for="adsb">ADSB</label>
Expand Down

0 comments on commit 600c82f

Please sign in to comment.