moved buy and sell to services

This commit is contained in:
Kadir Sekha 2018-02-14 18:57:51 +00:00
commit af124b2cd6
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<div ng-controller="servicesController">
<div class="item item-icon-right item-heading" ng-click="toggle()" >
<span translate>Next steps</span>
<span translate>Services</span>
<i class="icon bp-arrow-up" ng-show="!hide"></i>
<i class="icon bp-arrow-down" ng-show="hide"></i>
</div>