mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
move apps menu item up one
This commit is contained in:
parent
ba6ca4a6bb
commit
ea42ed5381
@ -78,17 +78,17 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li ng-class="{active: $state.is('backend.user.apps')}">
|
||||||
|
<a ui-sref="backend.user.apps">
|
||||||
|
<i class="fa fa-cubes fa-fw"></i> <span>Get the Apps</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://help.bitwarden.com/" target="_blank"
|
<a href="https://help.bitwarden.com/" target="_blank"
|
||||||
analytics-on="click" analytics-event="Clicked Get Help">
|
analytics-on="click" analytics-event="Clicked Get Help">
|
||||||
<i class="fa fa-info-circle fa-fw"></i> <span>Get Help</span>
|
<i class="fa fa-info-circle fa-fw"></i> <span>Get Help</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li ng-class="{active: $state.is('backend.user.apps')}">
|
|
||||||
<a ui-sref="backend.user.apps">
|
|
||||||
<i class="fa fa-cubes fa-fw"></i> <span>Get the Apps</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="header">
|
<li class="header">
|
||||||
ORGANIZATIONS
|
ORGANIZATIONS
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user