Skip to content

Commit

Permalink
fix-button-position
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan2889 committed Nov 23, 2020
1 parent df79b6d commit daa01fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/components/nav-bar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<a href="{{href-to 'admin'}}" class="item">{{t 'Admin'}}</a>
{{/if}}
<div class="divider"></div>
<a href="#" role="button" class="item logout-button" {{action 'logout'}}><span>{{t 'Logout'}}<i
class="ui right floated large signout sign out icon"></i></span></a>
<a href="#" role="button" class="item logout-button" {{action 'logout'}}><div class="d-flex space-between">{{t 'Logout'}}<i
class="ui sign out icon"></i></div></a>
</div>
</UiDropdown>
{{else}}
Expand Down

0 comments on commit daa01fc

Please sign in to comment.