Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevans authored Oct 24, 2023
1 parent 905821f commit 25be2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
for (var i = 0; i < locationData.features.length; i++) {
var feature = locationData.features[i];
if (feature.properties.Neighborhood.toLowerCase().search(query.toLowerCase()) !== -1) {
feature['place_name'] = `🌱 ${feature.properties.Name} in ${feature.properties.Neighborhood}`
feature['place_name'] = `🎃 ${feature.properties.Name} in ${feature.properties.Neighborhood}`
feature['center'] = feature.geometry.coordinates;
feature['place_type'] = ['Community-Garden'];

Expand Down

0 comments on commit 25be2b0

Please sign in to comment.