Skip to content

Commit

Permalink
restyle dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 20, 2017
1 parent b8cf055 commit 5b09982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/templates/tab-dash.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view title="Dashboard" cache-view="false">
<ion-view title="Home" cache-view="false">
<ion-content class="padding">
<div ng-show="rpc.pending">
<br />
Expand Down
2 changes: 1 addition & 1 deletion www/templates/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<!-- Dashboard Tab -->
<ion-tab title="Dashboard" icon="icon ion-stats-bars" href="#/tab/dash">
<ion-tab title="Home" icon="icon ion-star" href="#/tab/dash">
<ion-nav-view name="tab-dash"></ion-nav-view>
</ion-tab>

Expand Down

0 comments on commit 5b09982

Please sign in to comment.