Skip to content

Commit fed198c

Browse files
committed
[Site] Fix deprecated function call
1 parent c7e4532 commit fed198c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/ux_packages/map.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% block demo_content %}
3535
<div>
3636
{# The map must have a defined height #}
37-
{{ render_map(map, {style: 'height: 600px;'}) }}
37+
{{ ux_map(map, {style: 'height: 600px;'}) }}
3838
</div>
3939
{% endblock %}
4040

0 commit comments

Comments
 (0)