Skip to content

Commit

Permalink
Switched from gradients to distributions for toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Saad-Falcon committed Jun 7, 2020
1 parent 4783925 commit 164c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PeopleMapView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,6 @@ function renderGraph() {
<input id="ShowGradientsSwitch" type="checkbox" name="ShowGradientsSwitch"
class="switch is-small is-rounded" style="padding-top: 0px" bind:checked={$displayDistributions}>
<label for="ShowGradientsSwitch" ></label>
<p class="text is-black" style="padding-top: 14px; width: 20%; min-width: 150px;">Show Gradients</p>
<p class="text is-black" style="padding-top: 14px; width: 20%; min-width: 150px;">Show Distributions</p>

</nav>

0 comments on commit 164c617

Please sign in to comment.