Skip to content

Commit 4ab1299

Browse files
committed
fix(wizard): invisible logout icon
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 44a767f commit 4ab1299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/wizard.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public static function showHeaderTopContent() {
211211
if (isset($_SESSION['glpiextauth']) && $_SESSION['glpiextauth']) {
212212
echo '?noAUTO=1';
213213
}
214-
echo '" class="fa fa-sign-out" title="'.__s('Logout').'">';
214+
echo '" class="fa fa-sign-out-alt" title="'.__s('Logout').'">';
215215
echo '<span id="logout_icon" title="'.__s('Logout').'" alt="'.__s('Logout').'" class="button-icon"></span></a>';
216216
echo '</li>';
217217

0 commit comments

Comments
 (0)