diff --git a/lib/dpul_collections_web/components/footer_component.ex b/lib/dpul_collections_web/components/footer_component.ex new file mode 100644 index 00000000..042986c1 --- /dev/null +++ b/lib/dpul_collections_web/components/footer_component.ex @@ -0,0 +1,25 @@ +# lib/my_app_web/components/header_component.ex +defmodule DpulCollectionsWeb.FooterComponent do + use DpulCollectionsWeb, :html + import DpulCollectionsWeb.Gettext + + def footer(assigns) do + ~H""" + + """ + end + end \ No newline at end of file diff --git a/lib/dpul_collections_web/components/layouts/root.html.heex b/lib/dpul_collections_web/components/layouts/root.html.heex index 3d5d85be..fb8415ad 100644 --- a/lib/dpul_collections_web/components/layouts/root.html.heex +++ b/lib/dpul_collections_web/components/layouts/root.html.heex @@ -31,7 +31,7 @@