Skip to content

Commit 9279b69

Browse files
authored
Update Subscribe.html of Module-Newsletter
Removed the sr-only from the button, to make it visable again. issue #24027
1 parent cc23756 commit 9279b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/view/frontend/templates/subscribe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131
</div>
3232
<div class="actions">
33-
<button class="action subscribe primary sr-only"
33+
<button class="action subscribe primary"
3434
title="<?= $block->escapeHtmlAttr(__('Subscribe')) ?>"
3535
type="submit"
3636
aria-label="Subscribe">

0 commit comments

Comments
 (0)