FIX: email category badges shouldn't use category text color (#25655)

This commit is contained in:
Kris
2024-02-13 10:18:36 -05:00
committed by GitHub
parent 8eab06cb2f
commit faf0807b37
2 changed files with 2 additions and 3 deletions

View File

@ -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