mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:38:47 +08:00
FIX: email category badges shouldn't use category text color (#25655)
This commit is contained in:
@ -91,6 +91,6 @@ module CategoryBadge
|
||||
result << ERB::Util.html_escape(category.name)
|
||||
result << "</span></span>"
|
||||
|
||||
wrap_in_link(result, data[:category_url], "", "color: ##{category.text_color};")
|
||||
wrap_in_link(result, data[:category_url])
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user