Skip to content

Commit 79b4b60

Browse files
committed
Fix double red, replace with orange
1 parent 6718cec commit 79b4b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_googlemaps/icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __getattr__(self, item):
2626

2727
dots = Icon(
2828
base_url="//maps.google.com/mapfiles/ms/icons/{0}-dot.png",
29-
options=["blue", "yellow", "green", "red", "pink", "purple", "red"],
29+
options=["blue", "yellow", "green", "red", "pink", "purple", "orange"],
3030
) # type: Icon
3131

3232
alpha = Icon(

0 commit comments

Comments
 (0)