Icons correctly implement Phoenix.HTML.Safe

This commit is contained in:
Max Veytsman
2021-03-10 14:30:12 -05:00
parent 4e43e7323a
commit df8fe650e7
5 changed files with 39 additions and 18 deletions

View File

@ -26,8 +26,7 @@ defmodule HeroiconsElixir.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:phoenix_html, "~> 2.14"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
]
end