pebble-dev/rebble-store

Add Back Button To Vue

sGerli opened this issue · 1 comments

  1. Add back button on all pages except App's home and Watchface's home.

back

The back button code is: (Goes inside navbar like in here)

<div class="navbar__items left">
   <a class="float-xs-left back" href="app-details.html"><i class="fa fa-angle-left" aria-hidden="true"></i></a>
</div>

Fixed in #77