perbaikan profil data
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user