We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9845b2b + 5016ad6 commit 95c8b2aCopy full SHA for 95c8b2a
app/code/Magento/Checkout/view/frontend/templates/cart/item/renderer/actions/edit.phtml
@@ -12,8 +12,6 @@
12
<a class="action action-edit"
13
href="<?= /* @escapeNotVerified */ $block->getConfigureUrl() ?>"
14
title="<?= $block->escapeHtml(__('Edit item parameters')) ?>">
15
- <span>
16
- <?= /* @escapeNotVerified */ __('Edit') ?>
17
- </span>
18
- </a>
+ <span><?= /* @escapeNotVerified */ __('Edit') ?></span>
+ </a>
19
<?php endif ?>
0 commit comments