Usability enhancements: allow login on enter key, added icons on login and logout buttons, added placeholder on gas modal
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@if (enableAuth)
|
||||
{
|
||||
<li class="nav-item">
|
||||
<button class="nav-link" onclick="performLogOut()">Logout</button>
|
||||
<button class="nav-link" onclick="performLogOut()"><i class="bi bi-box-arrow-right me-2"></i>Logout</button>
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user