File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
app/code/Magento/LoginAsCustomerFrontendUi/view/frontend Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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/mage-os -icon.svg ' );
1212?>
1313<?php if ($ block ->getConfig ()->isEnabled ()): ?>
1414 <div class="lac-notification-sticky"
@@ -17,7 +17,9 @@ $viewFileUrl = $block->getViewFileUrl('Magento_LoginAsCustomerFrontendUi::images
1717 <div class="lac-notification clearfix" data-bind="visible: isVisible" style="display: none">
1818 <div class="top-container">
1919 <div class="lac-notification-icon wrapper">
20- <img class="logo-img" src="<?= $ escaper ->escapeUrl ($ viewFileUrl ) ?> " alt="Magento" />
20+ <img class="logo-img"
21+ src="<?= $ escaper ->escapeUrl ($ viewFileUrl ) ?> "
22+ alt="<?= $ escaper ->escapeHtmlAttr (__ ('Mage-OS ' )); ?> "/>
2123 </div>
2224 <div class="lac-notification-text wrapper">
2325 <span data-bind="html: notificationText"></span>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010<head>
1111 <meta charset="utf-8">
1212 <meta name="viewport" content="width=device-width, initial-scale=1">
13- <title>Magento </title>
13+ <title>Mage-OS </title>
1414 <link href="<?= $ basePath ?> /pub/styles/setup.css" media="screen" rel="stylesheet" type="text/css" />
1515 <script src="<?= $ basePath ?> /pub/scripts/main.js"></script>
1616 <link
4343<div class="container">
4444 <main class="page-content">
4545 <section data-section="landing" class="page-landing">
46- <img class="logo" src="<?= $ basePath ?> /pub/images/magento- logo.svg" alt="Magento "/>
46+ <img class="logo" src="<?= $ basePath ?> /pub/images/mage-os- logo.svg" alt="Mage-OS "/>
4747 <p class="text-version">Version <?= htmlspecialchars ($ version , ENT_COMPAT ) ?> </p>
4848 <p class="text-welcome">
4949 Welcome to Magento Admin, your online store headquarters.
You can’t perform that action at this time.
0 commit comments