mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 10:45:44 +08:00
UX: replace 💚 with ❤️ in slack unfurling
This commit is contained in:
parent
6ef1537ee0
commit
7654c855b4
@ -153,7 +153,7 @@ module ApplicationHelper
|
||||
|
||||
if opts[:like_count]
|
||||
result << tag(:meta, name: 'twitter:label2', value: I18n.t("likes"))
|
||||
result << tag(:meta, name: 'twitter:data2', value: "#{opts[:like_count]} 💚")
|
||||
result << tag(:meta, name: 'twitter:data2', value: "#{opts[:like_count]} ❤")
|
||||
end
|
||||
|
||||
result.join("\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user