diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index b82e336..c5e9dd3 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb
@@ -36,8 +36,4 @@
<% end %>
-
Cancel my account
-
-Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?", turbo_confirm: "Are you sure?" }, method: :delete %>
-
<%= link_to "Back", :back %>
diff --git a/app/views/domains/index.html.erb b/app/views/domains/index.html.erb
index 15160de..aa50cbb 100644
--- a/app/views/domains/index.html.erb
+++ b/app/views/domains/index.html.erb
@@ -1,5 +1,3 @@
-<% if user_signed_in? %><%= link_to current_user.email, edit_user_password_path %><% end %>
-
Domains <%= link_to "Add new domain",new_domain_path %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index c5f46aa..9e43edc 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -25,7 +25,7 @@
<%= link_to "Home", root_path, class: "inline-block fs-s1 mx-3 py-3 gray-darkest no-underline hover-underline" %>
- <% if user_signed_in? %><%= button_to "Log out", destroy_user_session_path, method: :delete, class: "button bg-red white focus-red" %><% end %>
+ <% if user_signed_in? %><%= link_to "Edit account", edit_user_registration_path, class: "button" %> <%= button_to "Log out", destroy_user_session_path, method: :delete, class: "button bg-red white focus-red" %><% end %>