mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Revert font awesome 5 changes
We are still pushing ahead on this 100% just need a bit longer to prepare all plugins
This commit is contained in:
@ -32,7 +32,7 @@ function initializePollUIBuilder(api) {
|
||||
api.addToolbarPopupMenuOptionsCallback(function() {
|
||||
return {
|
||||
action: "showPollBuilder",
|
||||
icon: "chart-bar",
|
||||
icon: "bar-chart-o",
|
||||
label: "poll.ui_builder.title",
|
||||
condition: "canBuildPoll"
|
||||
};
|
||||
|
Reference in New Issue
Block a user