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.
1 parent ad2eec5 commit 5368701Copy full SHA for 5368701
1 file changed
src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig
@@ -23,7 +23,7 @@
23
<body data-route="{{ app.request.get('_route') }}">
24
{% block body %}
25
<div class="{% apply escape %}{% hook '#body_classes' with { _prefixes: prefixes } %}{% endapply %}">
26
- <h1 class="visually-hidden text-black">{{ sylius.channel.name }}</h1>
+ <h1 class="visually-hidden text-black" aria-hidden="true">{{ sylius.channel.name }}</h1>
27
{% block header %}
28
{% hook 'header' with { _prefixes: prefixes } %}
29
{% endblock %}
0 commit comments