Skip to content

Commit 5c46edf

Browse files
authored
Merge pull request #83 from mageho/patch-1
Update customer_account.xml
2 parents 50cc3ad + 977f858 commit 5c46edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

view/frontend/layout/customer_account.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
1010
<referenceBlock name="customer_account_navigation">
11-
<block class="Magento\Framework\View\Element\Html\Link\Current" name="customer-account-navigation-privacy-link" after="customer-account-navigation-wish-list-link" ifconfig="gdpr/general/enabled">
11+
<block class="Magento\Customer\Block\Account\SortLinkInterface" name="customer-account-navigation-account-privacy-link" ifconfig="gdpr/general/enabled">
1212
<arguments>
1313
<argument name="path" xsi:type="string">customer/privacy/settings</argument>
1414
<argument name="label" xsi:type="string" translate="true">Privacy Settings</argument>
15+
<argument name="sortOrder" xsi:type="number">175</argument>
1516
</arguments>
1617
</block>
1718
</referenceBlock>

0 commit comments

Comments
 (0)