Skip to content

Commit

Permalink
remove radios on pudo
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Apr 22, 2019
1 parent 62fe26c commit 39e0c29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assets
42 changes: 0 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,27 +269,6 @@ <h2 class="subtitle is-4">On Street</h2>
<h2 class="subtitle is-4">Pick Ups</h2>
<div class="tile">
<div class="tile is-vertical is-4">
<div class="control">
<label class="radio">
<input
id="pickups-streets"
class="re-render"
type="radio"
name="pickups-radio"
checked
/>
Streets
</label>
<label class="radio">
<input
id="pickups-bins"
class="re-render"
type="radio"
name="pickups-radio"
/>
Bins
</label>
</div>
<p class="info has-text-grey">
Pickups measures the total number of trips that began within a zone
</p>
Expand All @@ -305,27 +284,6 @@ <h2 class="subtitle is-4">Pick Ups</h2>
<h2 class="subtitle is-4">Drop Offs</h2>
<div class="tile">
<div class="tile is-vertical is-4">
<div class="control">
<label class="radio">
<input
id="dropoffs-streets"
class="re-render"
type="radio"
name="dropoffs-radio"
checked
/>
Streets
</label>
<label class="radio">
<input
id="dropoffs-bins"
class="re-render"
type="radio"
name="dropoffs-radio"
/>
Bins
</label>
</div>
<p class="info has-text-grey">
Dropoffs measures the total number of trips that ended within a zone
</p>
Expand Down

0 comments on commit 39e0c29

Please sign in to comment.