Skip to content

Commit

Permalink
Update the favicon image
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 11, 2023
1 parent b0c6921 commit 410e754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% block javascripts %}
{% block importmap %}{{ importmap('app') }}{% endblock %}
{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
<link rel="shortcut icon" type="image/svg+xml" href="{{ asset('favicon.svg') }}">
</head>

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

0 comments on commit 410e754

Please sign in to comment.