Skip to content

Commit 5ac13eb

Browse files
authored
Updated asset path (#5)
1 parent f86c124 commit 5ac13eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/webprofiler.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{% endblock %}
2525

2626
{% block head %}
27-
<link rel="stylesheet" href="{{ asset('bundles/neo4jcommunityneo4j/style/neo4j.css') }}" />
28-
<script type="text/javascript" src="{{ asset("bundles/neo4jcommunityneo4j/script/neo4j.js") }}"></script>
27+
<link rel="stylesheet" href="{{ asset('bundles/neo4j/style/neo4j.css') }}" />
28+
<script type="text/javascript" src="{{ asset("bundles/neo4j/script/neo4j.js") }}"></script>
2929
{{ parent() }}
3030
{% endblock %}
3131

0 commit comments

Comments
 (0)