1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

correct billing icon

This commit is contained in:
Kyle Spearrin
2017-08-15 15:37:59 -04:00
parent 5618cfb031
commit c639186c60

View File

@@ -97,7 +97,7 @@
</li>
<li ng-class="{active: $state.is('backend.org.billing')}" ng-if="isOrgOwner(orgProfile)">
<a ui-sref="backend.org.billing({orgId: params.orgId})">
<i class="fa fa-circle-o fa-fw"></i> Billing &amp; Licensing
<i class="fa fa-credit-card fa-fw"></i> Billing &amp; Licensing
</a>
</li>
<li ng-class="{active: $state.is('backend.org.settings')}" ng-if="isOrgOwner(orgProfile)">