mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
Facebook square icon has been deprciated for Facebook circle
This commit is contained in:
@ -22,7 +22,7 @@ export default {
|
||||
|
||||
Sharing.addSource({
|
||||
id: "facebook",
|
||||
icon: "fab-facebook-square",
|
||||
icon: "fab-facebook",
|
||||
title: I18n.t("share.facebook"),
|
||||
generateUrl: function(link, title) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user