Skip to content

Commit 0bb62d9

Browse files
Update the favicon styles
1 parent 3f5bfb0 commit 0bb62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/twig-bundle/5.4/templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>">
6+
<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>">
77
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
88
{% block stylesheets %}
99
{{ encore_entry_link_tags('app') }}

0 commit comments

Comments
 (0)