From 9e5636ec82b3d84cbb300e9381d3b4f788cf1aac Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Thu, 25 Feb 2021 17:27:34 -0500 Subject: [PATCH] renamed IconHelpers module --- lib/bones73k_web.ex | 2 +- lib/bones73k_web/views/icon_helper.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bones73k_web.ex b/lib/bones73k_web.ex index 6a6c372..0b44599 100644 --- a/lib/bones73k_web.ex +++ b/lib/bones73k_web.ex @@ -103,7 +103,7 @@ defmodule Bones73kWeb do import Phoenix.View # Import SVG Icon helper - import Bones73kWeb.IconHelper + import Bones73kWeb.IconHelpers import Bones73kWeb.ErrorHelpers import Bones73kWeb.Gettext diff --git a/lib/bones73k_web/views/icon_helper.ex b/lib/bones73k_web/views/icon_helper.ex index 91b699d..ed5f7c1 100644 --- a/lib/bones73k_web/views/icon_helper.ex +++ b/lib/bones73k_web/views/icon_helper.ex @@ -1,4 +1,4 @@ -defmodule Bones73kWeb.IconHelper do +defmodule Bones73kWeb.IconHelpers do @moduledoc """ Generate SVG sprite use tags for SVG icons """