Skip to content

Commit 5368701

Browse files
author
Piotr Tułacz
committed
skynet wcag test
1 parent ad2eec5 commit 5368701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body data-route="{{ app.request.get('_route') }}">
2424
{% block body %}
2525
<div class="{% apply escape %}{% hook '#body_classes' with { _prefixes: prefixes } %}{% endapply %}">
26-
<h1 class="visually-hidden text-black">{{ sylius.channel.name }}</h1>
26+
<h1 class="visually-hidden text-black" aria-hidden="true">{{ sylius.channel.name }}</h1>
2727
{% block header %}
2828
{% hook 'header' with { _prefixes: prefixes } %}
2929
{% endblock %}

0 commit comments

Comments
 (0)