Skip to content

Commit 39ad0d2

Browse files
committed
Added changes for AC-13628
1 parent f388340 commit 39ad0d2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/code/Magento/LoginAsCustomerFrontendUi/view/frontend/templates/html/notices.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @var \Magento\Framework\View\Element\Template $block
99
* @var \Magento\Framework\Escaper $escaper
1010
*/
11-
$viewFileUrl = $block->getViewFileUrl('Magento_LoginAsCustomerFrontendUi::images/magento-icon.svg');
11+
$viewFileUrl = $block->getViewFileUrl('Magento_LoginAsCustomerFrontendUi::images/adobe-logo.svg');
1212
?>
1313
<?php if ($block->getConfig()->isEnabled()): ?>
1414
<div class="lac-notification-sticky"

app/code/Magento/LoginAsCustomerFrontendUi/view/frontend/web/css/source/_module.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
margin: 10px 25px 10px 10px;
3030

3131
.logo-img {
32-
display: block
32+
display: block;
33+
width:28px;
3334
}
3435
}
3536

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/opt/homebrew/var/www/magentob2b/magento2ee/app/code/Magento/Enterprise/view/adminhtml/web/images/adobe-logo.svg

0 commit comments

Comments
 (0)