diff --git a/app/views/my/menus/_accounts.html.erb b/app/views/my/menus/_accounts.html.erb
deleted file mode 100644
index f4b87935a..000000000
--- a/app/views/my/menus/_accounts.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= turbo_frame_tag Current.identity, :account_menu, src: session_menu_url(script_name: nil, menu_section: true, without: ApplicationRecord.current_tenant) %>
diff --git a/app/views/my/menus/_button.html.erb b/app/views/my/menus/_button.html.erb
deleted file mode 100644
index 3f8162624..000000000
--- a/app/views/my/menus/_button.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<%= tag.button class:"nav__trigger input input--select center flex-inline align-center txt-normal",
- data: {
- action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
- controller: "hotkey" } do %>
- <%= image_tag "logo.png" %>
- Fizzy
- J
-<% end %>
diff --git a/app/views/my/menus/_footer.html.erb b/app/views/my/menus/_footer.html.erb
deleted file mode 100644
index 4a28550a5..000000000
--- a/app/views/my/menus/_footer.html.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/views/my/menus/_hotkeys.html.erb b/app/views/my/menus/_hotkeys.html.erb
deleted file mode 100644
index 734d6c157..000000000
--- a/app/views/my/menus/_hotkeys.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-
- <%= filter_hotkey_link "Home", root_path, 1, "home" %>
- <%= filter_hotkey_link "Assigned to me", cards_path(assignee_ids: [Current.user.id]), 2, "clipboard" %>
- <%= filter_hotkey_link "Added by me", cards_path(creator_ids: [Current.user.id]), 3, "person-add" %>
- <%= filter_hotkey_link "Notifications", notifications_path, 4, "bell" %>
- <%= filter_hotkey_link "My Profile", user_path(Current.user), 5, "person" %>
- <%= filter_hotkey_link "Settings", account_settings_path, 6, "settings" %>
-
diff --git a/app/views/my/menus/_nav.html.erb b/app/views/my/menus/_nav.html.erb
index 26bd51ba4..052dd5074 100644
--- a/app/views/my/menus/_nav.html.erb
+++ b/app/views/my/menus/_nav.html.erb
@@ -1,5 +1,11 @@