Skip to content

Commit

Permalink
237685-Fixed new profile icons (#409) (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiren1677 authored Aug 5, 2024
1 parent 12ebf33 commit d2e4e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class OnboardingUserSelectionComponent implements OnInit, OnDestroy {
const { name = null, visibility = true, image = 'guest-img3.svg', searchFilter = [], code = null, label = null, translations = null } = field || {};
if (visibility) {
result.push({
name, searchFilter, code, isActive: false, icon: `assets/images/${image}`,
name, searchFilter, code, isActive: false, icon: `https://obj.diksha.gov.in/ntp-content-production/sunbird-portal/profile-icons/${image}`,
label: _.get(this.resourceService, label || translations)
});
}
Expand Down

0 comments on commit d2e4e57

Please sign in to comment.