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 99 * @var \Magento\Framework\Escaper $escaper
1010 */
1111$ viewFileUrl = $ block ->getViewFileUrl ('Magento_LoginAsCustomerFrontendUi::images/magento-icon.svg ' );
12+ $ adobeFileUrl = $ block ->getViewFileUrl ('Magento_LoginAsCustomerFrontendUi::images/adobe-icon.svg ' );
1213?>
1314<?php if ($ block ->getConfig ()->isEnabled ()): ?>
1415 <div class="lac-notification-sticky"
@@ -17,7 +18,7 @@ $viewFileUrl = $block->getViewFileUrl('Magento_LoginAsCustomerFrontendUi::images
1718 <div class="lac-notification clearfix" data-bind="visible: isVisible" style="display: none">
1819 <div class="top-container">
1920 <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" />
2122 </div>
2223 <div class="lac-notification-text wrapper">
2324 <span data-bind="html: notificationText"></span>
You can’t perform that action at this time.
0 commit comments