diff --git a/web/themes/custom/bixal_uswds/templates/node/node--case-study--full.html.twig b/web/themes/custom/bixal_uswds/templates/node/node--case-study--full.html.twig index f1d53c2b..0c012ad2 100644 --- a/web/themes/custom/bixal_uswds/templates/node/node--case-study--full.html.twig +++ b/web/themes/custom/bixal_uswds/templates/node/node--case-study--full.html.twig @@ -95,11 +95,11 @@ {% include "@components/section/section.html.twig" with { variant: "accent-cool", title: 'Impact' | t, - body: content.field_introduction | field_value + body: content.field_impact | field_value } only %} {% include "@components/section/section.html.twig" with { variant: "primary-alt", title: 'Conclusion' | t, - body: content.field_introduction | field_value + body: content.field_conclusion | field_value } only %}