From 0b70ff14da870403f5e51a4472ed12e88883cf09 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 10 Sep 2021 22:42:57 -0400 Subject: [PATCH] fixup! add invite link and registration validation --- lib/cannery_web/live/invite_live/form_component.html.leex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/cannery_web/live/invite_live/form_component.html.leex b/lib/cannery_web/live/invite_live/form_component.html.leex index 59304dbc..d605b48e 100644 --- a/lib/cannery_web/live/invite_live/form_component.html.leex +++ b/lib/cannery_web/live/invite_live/form_component.html.leex @@ -21,8 +21,6 @@ <%= error_tag f, :uses_left %> -
- <%= submit "Save", class: "btn btn-primary", - phx_disable_with: "Saving..." %> -
+ <%= submit "Save", class: "mx-auto btn btn-primary col-span-3", + phx_disable_with: "Saving..." %>