Skip to content

Commit ad2eec5

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

2 files changed

Lines changed: 2 additions & 2 deletions

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">{{ sylius.channel.name }}</h1>
26+
<h1 class="visually-hidden text-black">{{ sylius.channel.name }}</h1>
2727
{% block header %}
2828
{% hook 'header' with { _prefixes: prefixes } %}
2929
{% endblock %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
33
<link rel="preload" href="{{ asset('build/shop/fonts/InterVariable.woff2', 'shop') }}" as="font" type="font/woff2" crossorigin="anonymous">
44
<link rel="preload" href="{{ asset('build/shop/fonts/InterVariable-Italic.woff2', 'shop') }}" as="font" type="font/woff2" crossorigin="anonymous">
5-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
66

0 commit comments

Comments
 (0)