mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 18:08:33 +08:00
FIX: add vkontakte icon alias
This commit is contained in:
@ -470,6 +470,7 @@ const fa4Replacements = {
|
|||||||
"vimeo-square": "fab-vimeo-square",
|
"vimeo-square": "fab-vimeo-square",
|
||||||
vine: "fab-vine",
|
vine: "fab-vine",
|
||||||
vk: "fab-vk",
|
vk: "fab-vk",
|
||||||
|
vkontakte: "fab-vk",
|
||||||
"volume-control-phone": "phone-volume",
|
"volume-control-phone": "phone-volume",
|
||||||
warning: "exclamation-triangle",
|
warning: "exclamation-triangle",
|
||||||
wechat: "fab-weixin",
|
wechat: "fab-weixin",
|
||||||
|
@ -431,6 +431,7 @@
|
|||||||
"vimeo-square": "fab-vimeo-square",
|
"vimeo-square": "fab-vimeo-square",
|
||||||
"vine": "fab-vine",
|
"vine": "fab-vine",
|
||||||
"vk": "fab-vk",
|
"vk": "fab-vk",
|
||||||
|
"vkontakte": "fab-vk",
|
||||||
"volume-control-phone": "phone-volume",
|
"volume-control-phone": "phone-volume",
|
||||||
"warning": "exclamation-triangle",
|
"warning": "exclamation-triangle",
|
||||||
"wechat": "fab-weixin",
|
"wechat": "fab-weixin",
|
||||||
|
Reference in New Issue
Block a user