Skip to content

Commit

Permalink
[Glos] Use 'defects' (blue man) pin for all defect jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nephila-nacrea committed Oct 18, 2023
1 parent 0d05626 commit 58e136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Gloucestershire.pm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ sub pins_from_wfs {
id => $fake_id--,
latitude => @$coords[1],
longitude => @$coords[0],
colour => $props->{state} eq 'open' ? 'defects' : 'green',
colour => 'defects',
title => $props->{description},
};
} @{ $wfs->{features} };
Expand Down

0 comments on commit 58e136f

Please sign in to comment.