diff --git a/lib/towerops_web/components/core_components.ex b/lib/towerops_web/components/core_components.ex index 58f9a518..9f8699df 100644 --- a/lib/towerops_web/components/core_components.ex +++ b/lib/towerops_web/components/core_components.ex @@ -132,7 +132,7 @@ defmodule ToweropsWeb.CoreComponents do <.button phx-click="go" variant="primary">Send! <.button navigate={~p"/"}>Home """ - attr :rest, :global, include: ~w(href navigate patch method download name value disabled) + attr :rest, :global, include: ~w(href navigate patch method download name value disabled type) attr :class, :any attr :variant, :string, values: ~w(primary secondary danger ghost) attr :size, :string, default: "md", values: ~w(sm md lg) diff --git a/lib/towerops_web/live/activity_feed_live.html.heex b/lib/towerops_web/live/activity_feed_live.html.heex index 1c027b25..a7d18ae2 100644 --- a/lib/towerops_web/live/activity_feed_live.html.heex +++ b/lib/towerops_web/live/activity_feed_live.html.heex @@ -19,7 +19,7 @@ <%!-- Search Bar --%>
{t("Enter the 6-digit code from your app to verify")}