Skip to content

Commit db311c3

Browse files
committed
trivial fix
1 parent 352684b commit db311c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Resources/views/default/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'base.html.twig' %}
22
{% block body %}
33
<div>
4-
<h1><span>Using</span> Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}</h1>
4+
<small>Using Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}</small>
55
</div>
66
{% endblock %}
77

0 commit comments

Comments
 (0)