diff --git a/lib/dev_round_web/components/event_components.ex b/lib/dev_round_web/components/event_components.ex index 2d8458d..153bf40 100644 --- a/lib/dev_round_web/components/event_components.ex +++ b/lib/dev_round_web/components/event_components.ex @@ -181,8 +181,7 @@ defmodule DevRoundWeb.EventComponents do ~H"""
- - + Live diff --git a/lib/dev_round_web/components/registration_component.ex b/lib/dev_round_web/components/registration_component.ex index 7dac3b1..0c0a036 100644 --- a/lib/dev_round_web/components/registration_component.ex +++ b/lib/dev_round_web/components/registration_component.ex @@ -60,7 +60,7 @@ defmodule DevRoundWeb.RegistrationComponent do <:actions> <.button variant="primary" phx-disable-with="Saving...">{@save_label} <%= if @action == :edit_registration && @mode == :self_registration do %> - <.button type="button" phx-click={JS.push("delete", target: @myself)}> + <.button phx-click={JS.push("delete", target: @myself)}> Cancel Registration <% end %> diff --git a/lib/dev_round_web/live/event_live/show.html.heex b/lib/dev_round_web/live/event_live/show.html.heex index bb4dcfc..eb264fa 100644 --- a/lib/dev_round_web/live/event_live/show.html.heex +++ b/lib/dev_round_web/live/event_live/show.html.heex @@ -60,8 +60,7 @@