Skip to content

Commit

Permalink
#1316 Use a better icon for the switch org button
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 22, 2020
1 parent 5dfb938 commit 24d4812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/components/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
</li>
<li ng-if="currentUser.organisations.length > 1">
<a href ng-click="switchOrg()">
<i class="fa fa-exchange"></i>
<i class="fa fa-random"></i>
</a>
</li>
</ul>
Expand Down

0 comments on commit 24d4812

Please sign in to comment.