Skip to content

Commit

Permalink
Change identifiers to data-role attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Oct 14, 2022
1 parent 4426408 commit 54e681a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/customer/_partials/my-account-links.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*}
{block name='my_account_links'}
<a id="account-link-back-to-your-account"href="{$urls.pages.my_account}" class="account-link">
<a href="{$urls.pages.my_account}" class="account-link" data-role="back-to-your-account">
<i class="material-icons">&#xE5CB;</i>
<span>{l s='Back to your account' d='Shop.Theme.Customeraccount'}</span>
</a>
<a id="account-link-home" href="{$urls.pages.index}" class="account-link">
<a href="{$urls.pages.index}" class="account-link" data-role="home">
<i class="material-icons">&#xE88A;</i>
<span>{l s='Home' d='Shop.Theme.Global'}</span>
</a>
Expand Down

0 comments on commit 54e681a

Please sign in to comment.