File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -407,17 +407,17 @@ changeLanguage('en')
407
407
408
408
switch (result) {
409
409
case SuccessParam.SUCCESS:
410
- heroLogo.src = 'success.svg'
410
+ heroLogo.src = '/img/ success.svg'
411
411
heroInfo.textContent = CLOSE_TAB_MESSAGE
412
412
heroHeading.textContent = 'Your wallet was successfully connected to the extension.'
413
413
break
414
414
case SuccessParam.REJECTED:
415
- heroLogo.src = 'warning.svg'
415
+ heroLogo.src = '/img/ warning.svg'
416
416
heroInfo.textContent = CLOSE_TAB_MESSAGE
417
417
heroHeading.textContent = 'Your request was successfully rejected.'
418
418
break
419
419
case SuccessParam.ERROR:
420
- heroLogo.src = 'error.svg'
420
+ heroLogo.src = '/img/ error.svg'
421
421
heroInfo.textContent = CLOSE_TAB_MESSAGE
422
422
heroHeading.textContent = 'Something went wrong. Please try again.'
423
423
if (errorCode in ERROR_MESSAGES) {
@@ -427,7 +427,7 @@ changeLanguage('en')
427
427
}
428
428
break
429
429
case SuccessParam.INVALID:
430
- heroLogo.src = 'error.svg'
430
+ heroLogo.src = '/img/ error.svg'
431
431
heroInfo.textContent = CLOSE_TAB_MESSAGE
432
432
heroHeading.textContent = 'Something went wrong with your request. Please try reconnecting your wallet.'
433
433
break
You can’t perform that action at this time.
0 commit comments