diff --git a/app/views/account/join_codes/show.html.erb b/app/views/account/join_codes/show.html.erb index ce7d479a2..aa7ed7d87 100644 --- a/app/views/account/join_codes/show.html.erb +++ b/app/views/account/join_codes/show.html.erb @@ -40,7 +40,9 @@ <% end %> -

Scan this code to join <%= Current.account.name %>:

+

+ Scan this code to join <%= Current.account.name %>: +

<%= qr_code_image(url) %>