mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed detail photo does not have alt text
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
<div class="nav-link dropdown-toggle d-flex align-items-center" href="#" id="userDropdown" role="button"
|
||||
data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<img src="/Home/UserPhoto?uid=@User.Identity.Name&size=30" alt="Profile"
|
||||
class="rounded-circle me-2" width="30" height="30" />
|
||||
class="rounded-circle me-2" width="30" height="30" alt="Photo" />
|
||||
<span>@User.Identity.Name</span>
|
||||
</div>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="userDropdown">
|
||||
|
||||
Reference in New Issue
Block a user