perbaikan profil data

This commit is contained in:
2024-07-04 15:30:46 +07:00
parent ae74cf2332
commit 79b6300bf0
3 changed files with 36 additions and 17 deletions

View File

@@ -27,15 +27,23 @@
[routerLink]="['/dashboard/sales']"
class="navbar-brand"
routerLink="/dashboard/sales"
>
>
<img
class="brand-logo"
alt="modern admin logo"
src="../../../../assets/images/logo/smart2.png"
/>
<!-- <h3 class="brand-text" style="color: #ffffff;">{{_themeSettingsConfig.brand.brand_name}}</h3> -->
<div class="brand-text-wrapper" style="max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
<h3 class="brand-text" style="color: #ffffff; margin: 0;">
<div
class="brand-text-wrapper"
style="
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
"
>
<h3 class="brand-text" style="color: #ffffff; margin: 0">
Smart Building
</h3>
</div>
@@ -322,16 +330,7 @@
>John Doe</span
>
<span class="avatar avatar-online">
<img
*ngIf="currentUser.photoURL"
src="{{ currentUser.photoURL }}"
alt="avatar"
/>
<img
*ngIf="!currentUser.photoURL"
src="../../../assets/images/portrait/small/avatar-s-19.png"
alt="avatar"
/>
<img src="{{ urlImage }}" alt="avatar" />
<i></i>
</span>
</a>