diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 6290fb1b6..d6158a2c0 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -33,7 +33,7 @@ <%= link_to "Unsubscribe", @unsubscribe_url, style: "color: #9ca3af; text-decoration: underline;" %>

<% end %> -

15 Falls Road, Shelburne, VT 05482, United States

+

212 Battery St, Burlington, VT 05401, United States

diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb index 06f06248b..38e098095 100644 --- a/app/views/layouts/mailer.text.erb +++ b/app/views/layouts/mailer.text.erb @@ -1,4 +1,4 @@ <%= yield %> --- -15 Falls Road, Shelburne, VT 05482, United States +212 Battery St, Burlington, VT 05401, United States