mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Facebook square icon has been deprciated for Facebook circle
This commit is contained in:
parent
0b7e1f95d2
commit
f9fa9b45d0
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user