diff --git a/app/views/mailers/identity_mailer/email_change_confirmation.html.erb b/app/views/mailers/identity_mailer/email_change_confirmation.html.erb index dd55d602e..e07fdedf1 100644 --- a/app/views/mailers/identity_mailer/email_change_confirmation.html.erb +++ b/app/views/mailers/identity_mailer/email_change_confirmation.html.erb @@ -4,5 +4,5 @@

If you didn’t request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button.

- diff --git a/app/views/mailers/magic_link_mailer/sign_in_instructions.html.erb b/app/views/mailers/magic_link_mailer/sign_in_instructions.html.erb index 82f4049cc..8ba613348 100644 --- a/app/views/mailers/magic_link_mailer/sign_in_instructions.html.erb +++ b/app/views/mailers/magic_link_mailer/sign_in_instructions.html.erb @@ -9,6 +9,6 @@ <%= @magic_link.code %> - diff --git a/app/views/my/menus/show.html.erb b/app/views/my/menus/show.html.erb index 1abeb2ca4..e70c53613 100644 --- a/app/views/my/menus/show.html.erb +++ b/app/views/my/menus/show.html.erb @@ -65,6 +65,6 @@ <%= turbo_frame_tag Current.identity, :account_menu, src: session_menu_url(script_name: nil, menu_section: true, without: ApplicationRecord.current_tenant) %> <% end %> diff --git a/app/views/sessions/_footer.html.erb b/app/views/sessions/_footer.html.erb index 33d604824..f0b4fe55a 100644 --- a/app/views/sessions/_footer.html.erb +++ b/app/views/sessions/_footer.html.erb @@ -1,3 +1,4 @@
- Fizzy beta. <%= mail_to "support@37signals.com", "Need help?", class: "txt-link" %> + <%= link_to "Fizzy", "https://www.fizzy.do", class: "txt-subtle" %> is designed, built, and backed by <%= icon_tag "37signals", class: "v-align-middle" %> 37signals. + Need help? <%= mail_to "support@fizzy.do", "Send us an email", class: "txt-link" %>
\ No newline at end of file