Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 70189ba

Browse files
author
Rodolfo Bandeira
committed
Fix css path in layout.html.twig
1 parent 3422084 commit 70189ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/AppBundle/Resources/views/layout.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block head %}
44
<link rel="icon" sizes="16x16" href="{{ asset('favicon.ico') }}" />
5-
<link rel="stylesheet" href="{{ asset('bundles/acmedemo/css/demo.css') }}" />
5+
<link rel="stylesheet" href="{{ asset('bundles/app/css/demo.css') }}" />
66
{% endblock %}
77

88
{% block title 'Demo Bundle' %}

0 commit comments

Comments
 (0)