File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
app/code/Magento/LoginAsCustomerFrontendUi/view/frontend Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
* @var \Magento\Framework\Escaper $escaper
10
10
*/
11
11
$ viewFileUrl = $ block ->getViewFileUrl ('Magento_LoginAsCustomerFrontendUi::images/magento-icon.svg ' );
12
+ $ adobeFileUrl = $ block ->getViewFileUrl ('Magento_LoginAsCustomerFrontendUi::images/adobe-icon.svg ' );
12
13
?>
13
14
<?php if ($ block ->getConfig ()->isEnabled ()): ?>
14
15
<div class="lac-notification-sticky"
@@ -17,7 +18,7 @@ $viewFileUrl = $block->getViewFileUrl('Magento_LoginAsCustomerFrontendUi::images
17
18
<div class="lac-notification clearfix" data-bind="visible: isVisible" style="display: none">
18
19
<div class="top-container">
19
20
<div class="lac-notification-icon wrapper">
20
- <img class="logo-img" src="<?= $ escaper ->escapeUrl ($ viewFileUrl ) ?> " alt="Magento" />
21
+ <img class="logo-img" src="<?= $ escaper ->escapeUrl ($ adobeFileUrl ) ?> " alt="Magento" />
21
22
</div>
22
23
<div class="lac-notification-text wrapper">
23
24
<span data-bind="html: notificationText"></span>
You can’t perform that action at this time.
0 commit comments