Skip to content

Commit 0b6e2e4

Browse files
committed
minor #1476 Update the favicon image (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Update the favicon image We currently use an old `.ico` image. Let's keep that `.ico` file for BC reasons, but let's add a new favicon as a SVG file, which looks much better. **Before / After** ![image](https://github.com/symfony/demo/assets/73419/c0875ef4-9fe9-4a3f-963b-e505697fb562) Commits ------- 410e754 Update the favicon image
2 parents 935e85f + 410e754 commit 0b6e2e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% block javascripts %}
2020
{% block importmap %}{{ importmap('app') }}{% endblock %}
2121
{% endblock %}
22-
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
22+
<link rel="shortcut icon" type="image/svg+xml" href="{{ asset('favicon.svg') }}">
2323
</head>
2424

2525
<body id="{% block body_id %}{% endblock %}">

0 commit comments

Comments
 (0)