Skip to content

Commit

Permalink
Removes the 'home' symbol from the main menu 'Home' link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Hughes committed Jun 29, 2017
1 parent 3970bd7 commit 09e66a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Magento_Theme/templates/html/topmenu.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface');
$base_url = $storeManager->getStore()->getBaseUrl(); ?>
<li class="level0 ui-menu-item level-top">
<a class="level-top ui-corner-all" role="menuitem" href="<?php echo $base_url; ?>"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
<a class="level-top ui-corner-all" role="menuitem" href="<?php echo $base_url; ?>">Home</a>
</li>
<?php /* @escapeNotVerified */ echo $_menu; ?>
<?php /* @escapeNotVerified */ echo $block->getChildHtml(); ?>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"magento/theme-frontend-blank": "*"
},
"type": "magento2-theme",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 09e66a6

Please sign in to comment.