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