We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b599f commit e9f2218Copy full SHA for e9f2218
app/code/Magento/Backend/view/adminhtml/templates/page/header.phtml
@@ -18,7 +18,7 @@ $part = $block->getShowPart();
18
: ''; ?>
19
<?php $logoSrc = $block->hasLogoImageSrc()
20
? $escaper->escapeHtml($block->getLogoImageSrc())
21
- : 'images/magento-logo.svg'; ?>
+ : 'images/mage-os-logo.svg'; ?>
22
<a href="<?= $escaper->escapeUrl($block->getHomeLink()); ?>"
23
<?= /* @noEscape */ $edition; ?>
24
class="logo">
0 commit comments