Update support email, fine-tune attribution lines
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
<p class="margin-block-start-double">If you didn’t 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>
|
||||
|
||||
|
||||
@@ -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™ 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>
|
||||
<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 %>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user