mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 14:04:35 -04:00
Merge pull request #3940 from mcwumbly/slack_unfurl_heart
UX: replace 💚 with ❤️ in slack unfurling
This commit is contained in:
commit
0613399d7a
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…
Add table
Reference in a new issue