diff --git a/src/patterns/04-components/card/card.twig b/src/patterns/04-components/card/card.twig index a0b64b641c0de150fc8c33771a2df2dd215cec83..46b8a217cac025421e1ca794adf91e0c409093c5 100644 --- a/src/patterns/04-components/card/card.twig +++ b/src/patterns/04-components/card/card.twig @@ -10,7 +10,7 @@ } %} {% endif %} - {% if image is not empty and bundle != 'uw_ct_profile' %} + {% if type != 'banner' and image is not empty and bundle != 'uw_ct_profile' %} {% include '@components/card/card-elements/_image.twig' with { 'image': image } %}