Skip to content

Commit f9f2db7

Browse files
authored
Use cyclist emoji instead of red cross for pending deliveries (#490)
1 parent 1a634a4 commit f9f2db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bike_brigade/slack_api/payload_builder.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ defmodule BikeBrigade.SlackApi.PayloadBuilder do
179179
end
180180

181181
defp delivery_status_icon(:completed), do: ":white_check_mark:"
182-
defp delivery_status_icon(_), do: ":x:"
182+
defp delivery_status_icon(_), do: ":bicyclist:"
183183

184184
def filter_mrkdwn(nil) do
185185
""

0 commit comments

Comments
 (0)