Skip to content

Commit

Permalink
237685 - Replaced new set of profile icons (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: hiren1677 <[email protected]>
  • Loading branch information
TejaswiniGiram19 and hiren1677 authored Jul 31, 2024
1 parent 009e631 commit 09b9422
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 338 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1 class="mb-0">{{resourceService?.frmelmnts?.lbl?.welcomeToInstance | interpol
[attr.aria-checked]="guest?.isActive" [attr.aria-selected]="guest?.isActive"
(click)="selectUserType(guest)" tabindex="0">
<div class="p-16">
<img [src]="guest?.icon" alt="{{guest?.label}}" />
<img [src]="guest?.icon" alt="{{guest?.label}}" class="profile-icon" />
<img src="assets/images/round-check2.svg" class="check-icon" alt="check-mark" />
<div class="title mt-4">{{guest?.label}}</div>
<!-- <div class="title mt-4">{{guest?.label}}</div> -->
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,6 @@
}
}
}
.profile-icon {
width: 100%;
}
2 changes: 1 addition & 1 deletion src/app/client/src/assets/images/guest-img1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/client/src/assets/images/guest-img2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/client/src/assets/images/guest-img3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
244 changes: 1 addition & 243 deletions src/app/client/src/assets/images/guest-img4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 1 addition & 90 deletions src/app/client/src/assets/images/guest-img5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09b9422

Please sign in to comment.