diff --git a/components/accordion-container/accordion-container.twig b/components/accordion-container/accordion-container.twig index 16161c7745e261e97a850a9835c60273be2c7090..5f9149ec1d37e3e0822c0b0415961b88ecd489ab 100644 --- a/components/accordion-container/accordion-container.twig +++ b/components/accordion-container/accordion-container.twig @@ -1,4 +1,4 @@ -
+{{ text }}
diff --git a/components/branding/branding.twig b/components/branding/branding.twig index 58cc06d927a8bcdd1393549d4be7136091fc6e1c..a8ab8e417f99b242194c59346726b1fbb4e233cf 100644 --- a/components/branding/branding.twig +++ b/components/branding/branding.twig @@ -1,7 +1,7 @@ {# We attach the library in-case you need to style further. #} {{ attach_library('mercury/branding') }} - + {% block branding %}{% endblock %} diff --git a/components/breadcrumb/breadcrumb.twig b/components/breadcrumb/breadcrumb.twig index 8000c923b4aa5cb49c032ee96e35f6934a372429..a78bd66f1aeb5bdfd04267d2a904b8997e65b5b3 100644 --- a/components/breadcrumb/breadcrumb.twig +++ b/components/breadcrumb/breadcrumb.twig @@ -1,8 +1,7 @@ {# Breadcrumb Component - Tailwind CSS #} {% if breadcrumb %} {% set needs_truncation = (breadcrumb|length) > 3 %} - -