Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfroerer authored Aug 29, 2024
1 parent 6b8a4be commit a655d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedigree/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>${e.features[0].properties.Name}</h3>
<h4><b>Address: </b>${e.features[0].properties.Address}</h4>
<h4><b>Phone: </b>${e.features[0].properties.Phone}</h4>
<div class="popup-buttons">
<a href="${e.features[0].properties.Donate}" class="popup-button" target="_blank">Donate</a>
<a href="${e.features[0].properties.Donate}" class="popup-button" target="_blank">CoStar</a>
<a href="${e.features[0].properties.Volunteer}" class="popup-button" target="_blank">Volunteer</a>
</div>
`;
Expand Down

0 comments on commit a655d93

Please sign in to comment.