Skip to content

Commit e373cc7

Browse files
committed
2432: Add favicon
1 parent 3db666a commit e373cc7

File tree

2 files changed

+215
-0
lines changed

2 files changed

+215
-0
lines changed

public/styles/logo.svg

Lines changed: 214 additions & 0 deletions
Loading

templates/bundles/ApiPlatformBundle/SwaggerUi/index.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block stylesheet %}
44
{{ parent() }}
55
<link rel="stylesheet" href="{{ asset('/api/v2/styles/swagger-ui.css', assetPackage) }}">
6+
<link rel="shortcut icon" type="image/svg" href="{{ asset('/api/v2/styles/logo.svg', assetPackage) }}" />
67
{% endblock %}
78

89
{% block header %}

0 commit comments

Comments
 (0)