<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */
-->
<page
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
    <body>
        <referenceBlock name="footer.customer.logged.in.links">
            <block
                name="customer.header.orders.link"
                class="Hyva\Theme\Block\SortableItemInterface"
                template="Magento_Customer::footer/link/link.phtml"
            >
                <arguments>
                    <argument name="label" xsi:type="string" translate="true">My Orders</argument>
                    <argument name="path" xsi:type="string">sales/order/history</argument>
                    <argument name="sort_order" xsi:type="number">30</argument>
                </arguments>
            </block>
        </referenceBlock>
    </body>
</page>
