mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: replace 💚 with ❤️ in slack unfurling
This commit is contained in:
parent
6ef1537ee0
commit
7654c855b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue