Skip to content

Commit

Permalink
fix: add new cart to tab chain (#17996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uli-Tiger authored Oct 20, 2023
1 parent 27f7458 commit aac86eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section>
<ul>
<li>
<a (click)="goToNewCart()" class="link cx-action-link">
<a tabindex="0" (click)="goToNewCart()" class="link cx-action-link">
{{ 'quote.actions.link.newCart' | cxTranslate }}
</a>
</li>
Expand Down

0 comments on commit aac86eb

Please sign in to comment.