Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 27, 2024
1 parent 4069c6a commit 1594d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/route_symbols.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule DotcomWeb.Components.RouteSymbols do
route_class =
if(Routes.Route.silver_line?(assigns.route),
do: "bg-silver-line text-white",
else: "bg-bus text-black"
else: "bg-brand-bus text-black"
)

assigns = update(assigns, :class, &"#{&1} #{route_class}")
Expand Down

0 comments on commit 1594d50

Please sign in to comment.