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 3f5bfb0 commit 0bb62d9Copy full SHA for 0bb62d9
symfony/twig-bundle/5.4/templates/base.html.twig
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚫️</text></svg>">
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
7
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
8
{% block stylesheets %}
9
{{ encore_entry_link_tags('app') }}
0 commit comments