Skip to content

Commit 10f1165

Browse files
committed
minor #2203 [Site] Fix deprecated function call (chalasr)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fix deprecated function call | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | - | License | MIT Next to #2073 Commits ------- fed198c [Site] Fix deprecated function call
2 parents c7e4532 + fed198c commit 10f1165

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)