Update support email, fine-tune attribution lines

This commit is contained in:
Jason Zimdars
2025-11-10 13:43:35 -06:00
parent b7011469de
commit df02f48007
4 changed files with 5 additions and 4 deletions
@@ -4,5 +4,5 @@
<p class="margin-block-start-double">If you didnt request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button.</p>
<p class="footer">Need help? <%= mail_to "support@37signals.com", "Email us"%>.
<p class="footer">Need help? <%= mail_to "support@fizzy.do", "Send us an email"%>.
</p>
@@ -9,6 +9,6 @@
<strong class="txt-large"><%= @magic_link.code %></strong>
<p class="footer">Need help? <%= mail_to "support@37signals.com", "Email us"%>.
<p class="footer">Need help? <%= mail_to "support@fizzy.do", "Send us an email"%>.
</p>
+1 -1
View File
@@ -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) %>
<footer class="nav__footer">
Fizzy&trade; is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle" %> <a href="https://37signals.com" target="_blank" class="txt-ink">37signals&trade;</a></strong>
<strong><%= link_to "https://www.fizzy.do", "Fizzy", class: "txt-ink" %></strong> is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle" %> <a href="https://37signals.com" target="_blank" class="txt-ink">37signals</a></strong>
</footer>
<% end %>
+2 -1
View File
@@ -1,3 +1,4 @@
<div class="txt-align-center center margin-block-double txt-subtle txt-small">
Fizzy beta. <%= mail_to "support@37signals.com", "Need help?", class: "txt-link" %>
<strong><%= link_to "Fizzy", "https://www.fizzy.do", class: "txt-subtle" %></strong> is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle" %> <a href="https://37signals.com" target="_blank" class="txt-subtle">37signals</a></strong>.
Need help? <%= mail_to "support@fizzy.do", "Send us an email", class: "txt-link" %>
</div>