Skip to content

Commit 29a09b6

Browse files
fix: inline attribute
1 parent 4be80f0 commit 29a09b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-share/src/share.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
{# Share component's custom element wrapper. #}
8080
<bolt-share
81-
{% if display %} display="{{ display }}" {% endif %}
81+
{% if inline %} inline {% endif %}
8282
{{ parentAttributes }}
8383
>
8484
{# Array of classes based on the defined + default props. #}

0 commit comments

Comments
 (0)