Skip to content

Commit

Permalink
Added url for location title. (#887)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya R Joshi <aditya.joshi-t@jud.ca.gov>
  • Loading branch information
adityajoshi94 and Aditya R Joshi committed May 20, 2024
1 parent 86f4e80 commit d09081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_patterns/02-molecules/location/location-map.twig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% for item in location_map.locations %}
<li class="jcc-location-map__locations-item">
<h3 class="jcc-location-map__location-title">
{{ item.title }}
<a href="{{ item.title_url }}"> {{ item.title }}</a>
</h3>
<div class="jcc-location-map__location-address">
{{ item.address }}
Expand Down

0 comments on commit d09081c

Please sign in to comment.