Skip to content

Commit

Permalink
adds functionality to the back button in car page #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Karyum committed May 16, 2017
1 parent b58cffc commit a5611d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/car-route.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="splash-button-car">
<a href="/walk" class="arrived-button">ARRIVED</a>
</div>
<i class="fa fa-arrow-left back-button"></i>
<a href="/"><i class="fa fa-arrow-left back-button back-button-car"></i></a>
</div>

<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
Expand Down

0 comments on commit a5611d9

Please sign in to comment.