Skip to content

Commit

Permalink
[Site] Fix deprecated function call
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Sep 24, 2024
1 parent c7e4532 commit fed198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux.symfony.com/templates/ux_packages/map.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% block demo_content %}
<div>
{# The map must have a defined height #}
{{ render_map(map, {style: 'height: 600px;'}) }}
{{ ux_map(map, {style: 'height: 600px;'}) }}
</div>
{% endblock %}

Expand Down

0 comments on commit fed198c

Please sign in to comment.