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 352684b commit db311c3Copy full SHA for db311c3
app/Resources/views/default/index.html.twig
@@ -1,7 +1,7 @@
1
{% extends 'base.html.twig' %}
2
{% block body %}
3
<div>
4
- <h1><span>Using</span> Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}</h1>
+ <small>Using Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}</small>
5
</div>
6
{% endblock %}
7
0 commit comments