Skip to content

Commit ff416b9

Browse files
Update wishlist_index_index.xml
adding css file to wishlist page
1 parent b153c06 commit ff416b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_index.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<update handle="customer_account"/>
10+
<head>
11+
<css src="Magento_Wishlist::css/styles.css"/>
12+
</head>
1013
<body>
1114
<referenceBlock name="head.components">
1215
<block class="Magento\Framework\View\Element\Js\Components" name="wishlist_head_components" template="Magento_Wishlist::js/components.phtml"/>

0 commit comments

Comments
 (0)