Skip to content

Commit

Permalink
remove static url wrapper for ferry map link (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Jun 3, 2024
1 parent b89c7b2 commit 70a3e19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/dotcom/map_helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,5 @@ defmodule Dotcom.MapHelpers do
)
end

def image(:ferry) do
static_url(
DotcomWeb.Endpoint,
"/ferry-map"
)
end
def image(:ferry), do: "/ferry-map"
end

0 comments on commit 70a3e19

Please sign in to comment.