mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
replace button by span
This commit is contained in:
parent
9b030a0be6
commit
8d4889b012
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<header id="masthead">
|
||||
<h1 class="app title">YunoHost <span class="desc">Administration</span></h1>
|
||||
<button class="logout-button"><a class="fa-sign-out" href="#/logout" title="Logout"><span class="sr-only">Logout</span></a></button>
|
||||
<span class="logout-button" role="button"><a class="fa-sign-out" href="#/logout" title="Logout"><span class="sr-only">Logout</span></a></span>
|
||||
</header>
|
||||
|
||||
<div id="flash" role="alert" style="display: none"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue