mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 13:44:44 +08:00
icons deprecations fixes (#6920)
This commit is contained in:
@ -435,7 +435,7 @@ createWidget("discourse-poll-buttons", {
|
||||
className: "btn toggle-results",
|
||||
label: "poll.hide-results.label",
|
||||
title: "poll.hide-results.title",
|
||||
icon: "eye-slash",
|
||||
icon: "far-eye-slash",
|
||||
disabled: hideResultsDisabled,
|
||||
action: "toggleResults"
|
||||
})
|
||||
@ -451,7 +451,7 @@ createWidget("discourse-poll-buttons", {
|
||||
className: "btn toggle-results",
|
||||
label: "poll.show-results.label",
|
||||
title: "poll.show-results.title",
|
||||
icon: "eye",
|
||||
icon: "far-eye",
|
||||
disabled: poll.get("voters") === 0,
|
||||
action: "toggleResults"
|
||||
})
|
||||
|
Reference in New Issue
Block a user