Skip to content

Commit

Permalink
Fix 'chart-area' icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Aug 7, 2018
1 parent 78c4ceb commit 72c812d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</button>
<button ngeo-btn class="btn btn-default" ng-model="mainCtrl.drawProfilePanelActive"
data-toggle="tooltip" data-placement="left" data-original-title="{{'Profile'|translate}}">
<span class="fa fa-area-chart"></span>
<span class="fa fa-chart-area"></span>
</button>
<button ngeo-btn class="btn btn-default" ng-model="mainCtrl.googleStreetViewActive"
data-toggle="tooltip" data-placement="left" data-original-title="{{'Street View'|translate}}">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</button>
<button ngeo-btn class="btn btn-default" ng-model="mainCtrl.drawProfilePanelActive"
data-toggle="tooltip" data-placement="left" data-original-title="{{'Profile'|translate}}">
<span class="fa fa-area-chart"></span>
<span class="fa fa-chart-area"></span>
</button>
<button ngeo-btn class="btn btn-default" ng-model="mainCtrl.googleStreetViewActive"
data-toggle="tooltip" data-placement="left" data-original-title="{{'Street View'|translate}}">
Expand Down

0 comments on commit 72c812d

Please sign in to comment.