mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-01-18 16:47:35 +01:00
Update home.js
This commit is contained in:
@@ -38,7 +38,7 @@ function displayHomeTopBar() {
|
||||
Doct'ISEN
|
||||
</p>
|
||||
</a>
|
||||
<div class="d-flex position-fixed end-0 flex-row align-items-center gap-3 mt-2 top-0">
|
||||
<div class="d-flex position-absolute end-0 flex-row align-items-center gap-3 mt-2 top-0">
|
||||
<img src="https://www.gravatar.com/avatar/${mailMD5}?s=64" alt="avatar" id="avatar" style="width: 14.3%; height: auto; border-radius: 50%">
|
||||
<div class="dropdown">
|
||||
<a class="text-white dropdown-toggle" id="user-name-dropdown" data-bs-toggle="dropdown">${user.name} ${user.surname}</a>
|
||||
@@ -294,4 +294,4 @@ function attachReturnHomeEventListener() {
|
||||
}
|
||||
}
|
||||
|
||||
export {displayHome, displayHomeTopBar, attachReturnHomeEventListener, attachProfileEventListener, horizontalDropdown};
|
||||
export {displayHome, displayHomeTopBar, attachReturnHomeEventListener, attachProfileEventListener, horizontalDropdown};
|
||||
|
||||
Reference in New Issue
Block a user