Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #71 from phovea/fontawesome-v5
Browse files Browse the repository at this point in the history
Upgrade to Font Awesome v5
  • Loading branch information
Anita Steiner authored Dec 23, 2020
2 parents af775cc + ff666d1 commit 51e4002
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/base/LoginMenu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/LoginMenu.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/base/LoginMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export class LoginMenu extends EventHandler {
ul.innerHTML = `
<li id="login_menu">
<a data-toggle="modal" data-target="#loginDialog" href="#">
<i class="fa fa-user fa-fw" aria-hidden="true"></i>
<i class="fas fa-user fa-fw" aria-hidden="true"></i>
</a></li>
<li style="display: none" class="dropdown" id="user_menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false"><i class="fa fa-user" aria-hidden="true"></i> <span>${I18nextManager.getInstance().i18n.t('phovea:security_flask.unknown')}</span></a>
aria-expanded="false"><i class="fas fa-user" aria-hidden="true"></i> <span>${I18nextManager.getInstance().i18n.t('phovea:security_flask.unknown')}</span></a>
<ul class="dropdown-menu">
<li><a href="#" id="logout_link">${I18nextManager.getInstance().i18n.t('phovea:security_flask.logoutButton')}</a></li>
</ul>
Expand Down

0 comments on commit 51e4002

Please sign in to comment.