FIX: Don't use theme colors for digest unsubscribe footer links

This commit is contained in:
Kris
2020-02-11 15:52:38 -05:00
parent 747fa94853
commit e6e5ce3c54
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ module UserNotificationsHelper
logo_url
end
def html_site_link(color)
"<a href='#{Discourse.base_url}' style='color: ##{color}'>#{@site_name}</a>"
def html_site_link
"<a href='#{Discourse.base_url}'>#{@site_name}</a>"
end
def first_paragraphs_from(html)