Skip to content

Commit 410e754

Browse files
committed
Update the favicon image
1 parent b0c6921 commit 410e754

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)