diff --git a/app/views/accounts/new/_method_selector.html.erb b/app/views/accounts/new/_method_selector.html.erb index 755d714f9..751fdd316 100644 --- a/app/views/accounts/new/_method_selector.html.erb +++ b/app/views/accounts/new/_method_selector.html.erb @@ -33,14 +33,16 @@ <% end %> <% end %> - <%# SimpleFin Link %> - <%= link_to new_simplefin_item_path, - class: "text-primary flex items-center gap-4 w-full text-center focus:outline-hidden focus:bg-surface border border-transparent focus:border focus:border-primary px-2 hover:bg-surface rounded-lg p-2", - data: { turbo_frame: "modal" } do %> - - <%= icon("building-2") %> - - Connect with SimpleFin + <% if show_us_link %> + <%# SimpleFin Link - North America only %> + <%= link_to new_simplefin_item_path, + class: "text-primary flex items-center gap-4 w-full text-center focus:outline-hidden focus:bg-surface border border-transparent focus:border focus:border-primary px-2 hover:bg-surface rounded-lg p-2", + data: { turbo_frame: "modal" } do %> + + <%= icon("building-2") %> + + Connect with SimpleFin + <% end %> <% end %> <% end %>