<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, class: 'space-y-6' }) do |f| %>
<%= render 'devise/shared/error_messages', resource: %>
diff --git a/app/views/setup/index.html.erb b/app/views/setup/index.html.erb
index 2daf7690..dad5a65c 100644
--- a/app/views/setup/index.html.erb
+++ b/app/views/setup/index.html.erb
@@ -1,5 +1,8 @@
-
Initial Setup 👋
+
+ Initial Setup
+ <%= svg_icon('waving_hand', class: 'h-10 w-10') %>
+
<%= form_for '', html: { class: 'space-y-6' }, url: setup_index_path do |f| %>
<%= fields_for @user do |ff| %>