Skip to content

Commit

Permalink
button order
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 31, 2024
1 parent 06f7b6c commit 99c151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blocks/map_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<p>Choose a style:</p>
<div class="button-container">
<button onclick="selectStyle(event, 'positron')" class="btn">Positron</button>
<button onclick="selectStyle(event, 'bright')" class="btn">Bright</button>
<button onclick="selectStyle(event, 'liberty')" class="btn selected">Liberty</button>
<button onclick="selectStyle(event, 'positron')" class="btn">Positron</button>
</div>

<p>Use the following style in a MapLibre map:</p>
Expand Down

0 comments on commit 99c151f

Please sign in to comment.