From 5830ce6ff3d00cd626c6a865bfd18d3365c8caab Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 16 Jan 2023 14:59:22 -0500 Subject: [PATCH] ISTWCMS-6013: fixing map link --- .../04-components/card/card-elements/_location-info.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patterns/04-components/card/card-elements/_location-info.twig b/src/patterns/04-components/card/card-elements/_location-info.twig index 67453d1f..ab941a79 100644 --- a/src/patterns/04-components/card/card-elements/_location-info.twig +++ b/src/patterns/04-components/card/card-elements/_location-info.twig @@ -37,7 +37,7 @@ {% if map_link %} <div class="card__map-link"> <span class="uw-label"> Link to map:</span> - <a href="{{ map_link.uri }}">{{ map_link.uri }}</a> + <a href="{{ map_link.0.uri }}">{{ map_link.0.uri }}</a> </div> {% endif %} {% endblock %} -- GitLab