Skip to content

Commit

Permalink
Fix: Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Feb 13, 2024
1 parent c0be64b commit d05f194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added shared/homeless/public/render/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions shared/homeless/templates/admin/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{{ parent() }}

<link rel="stylesheet" href="{{ asset('bundles/sonatatranslation/css/sonata-translation.css') }}"/>
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="{{ asset('/render/favicon.ico') }}">

{{ encore_entry_link_tags('app') }}
{% endblock %}
Expand Down

0 comments on commit d05f194

Please sign in to comment.