diff --git a/app/views/sessions/menus/show.html.erb b/app/views/sessions/menus/show.html.erb
index 84dd43c87..e3843321e 100644
--- a/app/views/sessions/menus/show.html.erb
+++ b/app/views/sessions/menus/show.html.erb
@@ -1,15 +1,15 @@
<% @page_title = "Choose an account" %>
<% cache [ Current.identity, @accounts ] do %>
-
<% if @accounts.any? %>
-
+
Your Fizzy accounts
-
+ <%= link_to new_signup_path, class: "btn center txt-small margin-block-start", data: { turbo_prefetch: false } do %>
+ Sign up for a new Fizzy account
+ <% end %>
+
+ <%= link_to new_import_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %>
+ Import an exported account
+ <% end %>
+
<% end %>
<% content_for :footer do %>