Skip to content

Commit 2fc79d5

Browse files
authored
Merge pull request #1284 from ORCID/fix-broken-icon
fix broken icon
2 parents 6601ed1 + c6b03e1 commit 2fc79d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/user/user-update.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2 class="mb-8 font-size-18">
192192
</ng-container>
193193
<ng-container *ngIf="!existentUser.mfaEnabled">
194194
<div class="warning-message d-flex p-16 mb-40 mt-16">
195-
<img src="./../../../../content/images/warning-sign.svg" alt="Warning sign" class="p-8" />
195+
<img src="./content/images/warning-sign.svg" alt="Warning sign" class="p-8" />
196196
<div class="font-size-14 wide-text line-height-150" i18n="@@settings.security.disabledMfaNotice.string">
197197
Users can enable 2FA from their account settings page
198198
</div>

0 commit comments

Comments
 (0)